]> git.eshelyaron.com Git - emacs.git/commitdiff
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 2415fbaf751647000bcf5f5522cdfaf63be42952..6613247e4bd5e641a31e2de49c7a0dc2bde0e524 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.")