# HG changeset patch # User Erik Naggum # Date 821493521 0 # Node ID 3b925cc529317fd4f2a56c4c2a490ae111ce11f8 # Parent 313ea10ec42c891950143318fd7f6ce3d8afc1ba Removed auto-mode-alist hacking for html-mode to files.el. diff -r 313ea10ec42c -r 3b925cc52931 lisp/textmodes/sgml-mode.el --- 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 combinations for quick insertion of frequent tags when non-nil. This takes effect when first loading the library.")