aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Naggum1996-01-13 00:38:41 +0000
committerErik Naggum1996-01-13 00:38:41 +0000
commit8f652877984d1fde4ec6b98e4315dfb36408b548 (patch)
tree3f859c83f283b5411560921cee4efc6ede94748e
parent68e0771bdd190ec7a362ed0c75c16f1177705380 (diff)
downloademacs-8f652877984d1fde4ec6b98e4315dfb36408b548.tar.gz
emacs-8f652877984d1fde4ec6b98e4315dfb36408b548.zip
Removed auto-mode-alist hacking for html-mode to files.el.
-rw-r--r--lisp/textmodes/sgml-mode.el5
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'."
741 741
742(provide 'sgml-mode) 742(provide 'sgml-mode)
743 743
744;;;###autoload
745(or (rassq 'html-mode auto-mode-alist)
746 (setq auto-mode-alist `(("\\.s?html?\\'" . html-mode)
747 ,@auto-mode-alist)))
748
749(defvar html-quick-keys t 744(defvar html-quick-keys t
750 "Use C-c <x> combinations for quick insertion of frequent tags when non-nil. 745 "Use C-c <x> combinations for quick insertion of frequent tags when non-nil.
751This takes effect when first loading the library.") 746This takes effect when first loading the library.")