aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 2d39fd91058..18aa7d85891 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1134,6 +1134,7 @@ run `normal-mode' explicitly."
1134 ("\\.java\\'" . java-mode) 1134 ("\\.java\\'" . java-mode)
1135 ("\\.mk\\'" . makefile-mode) 1135 ("\\.mk\\'" . makefile-mode)
1136 ("\\(M\\|m\\|GNUm\\)akefile\\(.in\\)?\\'" . makefile-mode) 1136 ("\\(M\\|m\\|GNUm\\)akefile\\(.in\\)?\\'" . makefile-mode)
1137 ("\\.am\\'" . makefile-mode) ;For Automake.
1137;;; Less common extensions come here 1138;;; Less common extensions come here
1138;;; so more common ones above are found faster. 1139;;; so more common ones above are found faster.
1139 ("\\.texinfo\\'" . texinfo-mode) 1140 ("\\.texinfo\\'" . texinfo-mode)