diff options
author | Erik Naggum <erik@naggum.no> | 1996-01-13 00:38:41 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-01-13 00:38:41 +0000 |
commit | 8f652877984d1fde4ec6b98e4315dfb36408b548 (patch) | |
tree | 3f859c83f283b5411560921cee4efc6ede94748e /lisp | |
parent | 68e0771bdd190ec7a362ed0c75c16f1177705380 (diff) | |
download | emacs-8f652877984d1fde4ec6b98e4315dfb36408b548.tar.gz |
Removed auto-mode-alist hacking for html-mode to files.el.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/sgml-mode.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 2415fbaf751..6613247e4bd 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -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.") |