summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-01-04 22:02:59 +0000
committerRichard M. Stallman <rms@gnu.org>1995-01-04 22:02:59 +0000
commit5728c0f0c8767bd742c685b4e9dd28b8af070c69 (patch)
tree75edbda64dbb35d67422cabc8a02511438fb0eca
parent46f91a8d4e31864280b29061af91af2cf91bb331 (diff)
downloademacs-5728c0f0c8767bd742c685b4e9dd28b8af070c69.tar.gz
(auto-mode-alist): Add entries for .cls files, and for /drafts/.
-rw-r--r--lisp/files.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el
index acd7cb137bc..21c2bf6c2fe 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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)