From 68e0771bdd190ec7a362ed0c75c16f1177705380 Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Sat, 13 Jan 1996 00:30:34 +0000 Subject: [PATCH] Remove redundant auto-mode-alist hacking. --- lisp/textmodes/sgml-mode.el | 7 ------- 1 file changed, 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. -- 2.39.2