aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-02-16 00:55:11 +0000
committerKarl Heuer <[email protected]>1996-02-16 00:55:11 +0000
commit5da565f812585ee19d4dc2c2af2c0f358054163a (patch)
treefbf186a96b9f18e2ffe327572b9e06aae7fa88ec /lisp/files.el
parente1de30147b3f994f4497b95dfa563b3cc9125708 (diff)
(auto-mode-alist): Recognize GNUmakefile.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 5f2a149681..4ceab9c5d1 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -941,7 +941,7 @@ run `normal-mode' explicitly."
("\\.c\\+\\+\\'" . c++-mode)
("\\.h\\+\\+\\'" . c++-mode)
("\\.mk\\'" . makefile-mode)
- ("[Mm]akefile\\(.in\\)?\\'" . makefile-mode)
+ ("\\(M\\|m\\|GNUm\\)akefile\\(.in\\)?\\'" . makefile-mode)
;;; Less common extensions come here
;;; so more common ones above are found faster.
("\\.texinfo\\'" . texinfo-mode)