changeset 14168:3b925cc52931

Removed auto-mode-alist hacking for html-mode to files.el.
author Erik Naggum <erik@naggum.no>
date Sat, 13 Jan 1996 00:38:41 +0000
parents 313ea10ec42c
children 83f275dcd93a
files lisp/textmodes/sgml-mode.el
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/sgml-mode.el	Sat Jan 13 00:30:34 1996 +0000
+++ b/lisp/textmodes/sgml-mode.el	Sat Jan 13 00:38:41 1996 +0000
@@ -741,11 +741,6 @@
 
 (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.")