]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Recognize GNUmakefile.
authorKarl Heuer <kwzh@gnu.org>
Fri, 16 Feb 1996 00:55:11 +0000 (00:55 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 16 Feb 1996 00:55:11 +0000 (00:55 +0000)
lisp/files.el

index 5f2a149681ab0339f411829505fad082c1a989a6..4ceab9c5d1d9d9c4d2b53ec47227b0bb606f462d 100644 (file)
@@ -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)