(auto-mode-alist): Recognize .sgm, .sgml, .dtd.

This commit is contained in:
Richard M. Stallman 1993-05-26 18:21:26 +00:00
parent c7aa4667af
commit 03b3ba121e

View file

@ -742,6 +742,9 @@ run `normal-mode' explicitly."
("\\.lex\\'" . c-mode)
("\\.oak\\'" . scheme-mode)
("\\.scm.[0-9]*\\'" . scheme-mode)
("\\.sgm\\'" sgml-mode)
("\\.sgml\\'" sgml-mode)
("\\.dtd\\'" sgml-mode)
;; .emacs following a directory delimiter
;; in either Unix or VMS syntax.
("[]>:/]\\..*emacs\\'" . emacs-lisp-mode)