(auto-mode-alist): Recognize GNUmakefile.

This commit is contained in:
Karl Heuer 1996-02-16 00:55:11 +00:00
parent e1de30147b
commit 5da565f812

View 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)