diff options
Diffstat (limited to 'lisp/textmodes/sgml-mode.el')
-rw-r--r-- | lisp/textmodes/sgml-mode.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 16f87b23a9d..2415fbaf751 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -30,13 +30,6 @@ ;;; Code: -;;;###autoload -(or (rassq 'sgml-mode auto-mode-alist) - (setq auto-mode-alist `(("\\.sgml?\\'" . sgml-mode) - ("\\.dtd\\'" . sgml-mode) - ,@auto-mode-alist))) - - ;; As long as Emacs' syntax can't be complemented with predicates to context ;; sensitively confirm the syntax of characters, we have to live with this ;; kludgy kind of tradeoff. |