(auto-mode-alist): Fix syntax for sgml mode.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 May 1993 05:22:49 +0000 (05:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 May 1993 05:22:49 +0000 (05:22 +0000)
lisp/files.el

index 77242e0..d0df89b 100644 (file)
@@ -750,9 +750,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)
+                                 ("\\.sgm\\'" sgml-mode)
+                                 ("\\.sgml\\'" sgml-mode)
+                                 ("\\.dtd\\'" sgml-mode)
                                  ;; .emacs following a directory delimiter
                                  ;; in either Unix or VMS syntax.
                                  ("[]>:/]\\..*emacs\\'" . emacs-lisp-mode)