Removed auto-mode-alist hacking for html-mode to files.el.
authorErik Naggum <erik@naggum.no>
Sat, 13 Jan 1996 00:38:41 +0000 (00:38 +0000)
committerErik Naggum <erik@naggum.no>
Sat, 13 Jan 1996 00:38:41 +0000 (00:38 +0000)
lisp/textmodes/sgml-mode.el

index 2415fba..6613247 100644 (file)
@@ -741,11 +741,6 @@ Else `t'."
 
 (provide 'sgml-mode)
 \f
-;;;###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.")