From: Richard M. Stallman Date: Wed, 4 Jan 1995 22:02:59 +0000 (+0000) Subject: (auto-mode-alist): Add entries for .cls files, and for /drafts/. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/04eae6671249352c0da70ba7c8eaf5d0e3f67428 (auto-mode-alist): Add entries for .cls files, and for /drafts/. --- diff --git a/lisp/files.el b/lisp/files.el index acd7cb137b..21c2bf6c2f 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)