From: Erik Naggum Date: Sat, 13 Jan 1996 00:30:34 +0000 (+0000) Subject: Remove redundant auto-mode-alist hacking. X-Git-Tag: emacs-19.34~1693 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68e0771bdd190ec7a362ed0c75c16f1177705380;p=emacs.git Remove redundant auto-mode-alist hacking. --- 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.