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:
parent
68e0771bdd
commit
8f65287798
1 changed files with 0 additions and 5 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue