From: Erik Naggum Date: Sat, 13 Jan 1996 00:38:41 +0000 (+0000) Subject: Removed auto-mode-alist hacking for html-mode to files.el. X-Git-Tag: emacs-19.34~1692 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f652877984d1fde4ec6b98e4315dfb36408b548;p=emacs.git Removed auto-mode-alist hacking for html-mode to files.el. --- 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 combinations for quick insertion of frequent tags when non-nil. This takes effect when first loading the library.")