# HG changeset patch # User Erik Naggum # Date 821493034 0 # Node ID 313ea10ec42c891950143318fd7f6ce3d8afc1ba # Parent 672017f09b0cc51aa8f65d7f3714afcb92506a28 Remove redundant auto-mode-alist hacking. diff -r 672017f09b0c -r 313ea10ec42c lisp/textmodes/sgml-mode.el --- a/lisp/textmodes/sgml-mode.el Fri Jan 12 23:39:57 1996 +0000 +++ b/lisp/textmodes/sgml-mode.el Sat Jan 13 00:30:34 1996 +0000 @@ -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.