Mercurial > emacs
changeset 3240:f09230e68f20
(auto-mode-alist): Fix syntax for sgml mode.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 May 1993 05:22:49 +0000 |
parents | 2e4882a32671 |
children | 6c9b5f6dca70 |
files | lisp/files.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sat May 29 05:05:40 1993 +0000 +++ b/lisp/files.el Sat May 29 05:22:49 1993 +0000 @@ -750,9 +750,9 @@ ("\\.lex\\'" . c-mode) ("\\.oak\\'" . scheme-mode) ("\\.scm.[0-9]*\\'" . scheme-mode) - ("\\.sgm\\'" sgml-mode) - ("\\.sgml\\'" sgml-mode) - ("\\.dtd\\'" sgml-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)