(auto-mode-alist): Add entries for .cls files, and for /drafts/.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 Jan 1995 22:02:59 +0000 (22:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 Jan 1995 22:02:59 +0000 (22:02 +0000)
lisp/files.el

index acd7cb1..21c2bf6 100644 (file)
@@ -851,7 +851,7 @@ run `normal-mode' explicitly."
                                  ("\\.[12345678]\\'" . nroff-mode)
                                  ("\\.TeX\\'" . tex-mode)
                                  ("\\.sty\\'" . latex-mode)
-!                                ("\\.cls\\'" . latex-mode) ;LaTeX 2e class
+                                 ("\\.cls\\'" . latex-mode) ;LaTeX 2e class
                                  ("\\.bbl\\'" . latex-mode)
                                  ("\\.bib\\'" . bibtex-mode)
                                  ("\\.article\\'" . text-mode)
@@ -865,7 +865,7 @@ run `normal-mode' explicitly."
                                  ;; /tmp/Re.... or Message
                                  ("^/tmp/Re" . text-mode)
                                  ("/Message[0-9]*\\'" . text-mode)
-+                                ("/drafts/[0-9]+\\'" . mh-letter-mode)
+                                 ("/drafts/[0-9]+\\'" . mh-letter-mode)
                                  ;; some news reader is reported to use this
                                  ("^/tmp/fol/" . text-mode)
                                  ("\\.y\\'" . c-mode)