]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Turn on use of makefile-mode.
authorRichard M. Stallman <rms@gnu.org>
Tue, 22 Aug 1995 19:03:41 +0000 (19:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 22 Aug 1995 19:03:41 +0000 (19:03 +0000)
lisp/files.el

index 930c343430e49493c095e21711e40efa41be2764..f852f21640cdc390d7c8987e2dcb06cae6bb4e92 100644 (file)
@@ -885,8 +885,8 @@ run `normal-mode' explicitly."
                                  ("\\.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)