(auto-mode-alist): Recognize GNUmakefile.
This commit is contained in:
parent
e1de30147b
commit
5da565f812
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue