]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove redundant auto-mode-alist hacking.
authorErik Naggum <erik@naggum.no>
Sat, 13 Jan 1996 00:30:34 +0000 (00:30 +0000)
committerErik Naggum <erik@naggum.no>
Sat, 13 Jan 1996 00:30:34 +0000 (00:30 +0000)
lisp/textmodes/sgml-mode.el

index 16f87b23a9d80e85df9a6944da4861d5e93d11a6..2415fbaf751647000bcf5f5522cdfaf63be42952 100644 (file)
 
 ;;; 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.