Mercurial > emacs
changeset 3122:ab977e2c9431
(auto-mode-alist): Recognize .sgm, .sgml, .dtd.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 May 1993 18:21:26 +0000 |
parents | 8cf203c42bee |
children | 0e9f73b6245d |
files | lisp/files.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Wed May 26 18:20:35 1993 +0000 +++ b/lisp/files.el Wed May 26 18:21:26 1993 +0000 @@ -742,6 +742,9 @@ ("\\.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)