changeset 12929:f487b4b6a6e0

(auto-mode-alist): Turn on use of makefile-mode.
author Richard M. Stallman <rms@gnu.org>
date Tue, 22 Aug 1995 19:03:41 +0000
parents 5c76c36717cb
children 0fac64b0452e
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Tue Aug 22 18:52:47 1995 +0000
+++ b/lisp/files.el	Tue Aug 22 19:03:41 1995 +0000
@@ -885,8 +885,8 @@
 				  ("\\.hxx\\'" . c++-mode)
 				  ("\\.c\\+\\+\\'" . c++-mode)
 				  ("\\.h\\+\\+\\'" . c++-mode)
-;;;				  ("\\.mk\\'" . makefile-mode)
-;;;				  ("[Mm]akefile" . makefile-mode)
+				  ("\\.mk\\'" . makefile-mode)
+				  ("[Mm]akefile\\(.in\\)?\\'" . makefile-mode)
 ;;; Less common extensions come here
 ;;; so more common ones above are found faster.
 				  ("\\.texinfo\\'" . texinfo-mode)