diff options
-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.") |