summaryrefslogtreecommitdiff
path: root/lisp/textmodes/sgml-mode.el
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1996-01-13 00:30:34 +0000
committerErik Naggum <erik@naggum.no>1996-01-13 00:30:34 +0000
commit68e0771bdd190ec7a362ed0c75c16f1177705380 (patch)
tree7b7820275f21448c197c1ca68f496833604410c3 /lisp/textmodes/sgml-mode.el
parentb4d57b9deb0209dd133b1bd9303e0f03046c3b0a (diff)
downloademacs-68e0771bdd190ec7a362ed0c75c16f1177705380.tar.gz
emacs-68e0771bdd190ec7a362ed0c75c16f1177705380.tar.bz2
emacs-68e0771bdd190ec7a362ed0c75c16f1177705380.zip
Remove redundant auto-mode-alist hacking.
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.