Mercurial > emacs
changeset 14576:d82c768cb571
(auto-mode-alist): Recognize GNUmakefile.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 16 Feb 1996 00:55:11 +0000 |
parents | 69a5f0592433 |
children | 39a431eafb34 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Fri Feb 16 00:52:43 1996 +0000 +++ b/lisp/files.el Fri Feb 16 00:55:11 1996 +0000 @@ -941,7 +941,7 @@ ("\\.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)