Mercurial > emacs
changeset 14167:313ea10ec42c
Remove redundant auto-mode-alist hacking.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Sat, 13 Jan 1996 00:30:34 +0000 |
parents | 672017f09b0c |
children | 3b925cc52931 |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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.