diff options
author | Erik Naggum <erik@naggum.no> | 1996-01-13 00:38:41 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-01-13 00:38:41 +0000 |
commit | 6a8cea1cd7a411eae7420ac78a1a675fec07f985 (patch) | |
tree | d822d23ccb1fa12eae21f86536c7ac84d76b7009 | |
parent | d4d0a2a2677de352bb6c1b80cabafa32f6252792 (diff) | |
download | emacs-6a8cea1cd7a411eae7420ac78a1a675fec07f985.tar.gz |
Removed auto-mode-alist hacking for html-mode to files.el.
-rw-r--r-- | lisp/textmodes/sgml-mode.el | 5 |
1 files changed, 0 insertions, 5 deletions
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 <x> combinations for quick insertion of frequent tags when non-nil. This takes effect when first loading the library.") |