1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Removed auto-mode-alist hacking for html-mode to files.el.

This commit is contained in:
Erik Naggum 1996-01-13 00:38:41 +00:00
parent 68e0771bdd
commit 8f65287798

View file

@ -741,11 +741,6 @@ Else `t'."
(provide 'sgml-mode)
;;;###autoload
(or (rassq 'html-mode auto-mode-alist)
(setq auto-mode-alist `(("\\.s?html?\\'" . html-mode)
,@auto-mode-alist)))
(defvar html-quick-keys t
"Use C-c <x> combinations for quick insertion of frequent tags when non-nil.
This takes effect when first loading the library.")