aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-23 20:56:12 +0000
committerRichard M. Stallman1997-07-23 20:56:12 +0000
commit16cb44ddb384067ed5ce6082224e815a519824d5 (patch)
treebbc4d7f5853c05b5f8b3a1a1ff963a625df9be13 /lisp
parentbf95757e71cd5fe376c89f1dc7b1383754d5a77c (diff)
downloademacs-16cb44ddb384067ed5ce6082224e815a519824d5.tar.gz
emacs-16cb44ddb384067ed5ce6082224e815a519824d5.zip
(auto-mode-alist): Add ".mf" and ".mp" for meta-mode.el.
Add ".clo" for latex-mode.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index e11017d4fd3..ad8aa5aee6d 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1116,8 +1116,11 @@ run `normal-mode' explicitly."
1116 ("\\.TeX\\'" . tex-mode) 1116 ("\\.TeX\\'" . tex-mode)
1117 ("\\.sty\\'" . latex-mode) 1117 ("\\.sty\\'" . latex-mode)
1118 ("\\.cls\\'" . latex-mode) ;LaTeX 2e class 1118 ("\\.cls\\'" . latex-mode) ;LaTeX 2e class
1119 ("\\.clo\\'" . latex-mode) ;LaTeX 2e class option
1119 ("\\.bbl\\'" . latex-mode) 1120 ("\\.bbl\\'" . latex-mode)
1120 ("\\.bib\\'" . bibtex-mode) 1121 ("\\.bib\\'" . bibtex-mode)
1122 ("\\.mf\\'" . metafont-mode)
1123 ("\\.mp\\'" . metapost-mode)
1121 ("\\.article\\'" . text-mode) 1124 ("\\.article\\'" . text-mode)
1122 ("\\.letter\\'" . text-mode) 1125 ("\\.letter\\'" . text-mode)
1123 ("\\.tcl\\'" . tcl-mode) 1126 ("\\.tcl\\'" . tcl-mode)