summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1996-01-13 00:38:41 +0000
committerErik Naggum <erik@naggum.no>1996-01-13 00:38:41 +0000
commit6a8cea1cd7a411eae7420ac78a1a675fec07f985 (patch)
treed822d23ccb1fa12eae21f86536c7ac84d76b7009 /lisp
parentd4d0a2a2677de352bb6c1b80cabafa32f6252792 (diff)
downloademacs-6a8cea1cd7a411eae7420ac78a1a675fec07f985.tar.gz
Removed auto-mode-alist hacking for html-mode to files.el.
Diffstat (limited to 'lisp')
-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'."
(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.")