summaryrefslogtreecommitdiff
path: root/lisp/textmodes/sgml-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/sgml-mode.el')
-rw-r--r--lisp/textmodes/sgml-mode.el7
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.