From: Richard M. Stallman Date: Tue, 22 Aug 1995 19:03:41 +0000 (+0000) Subject: (auto-mode-alist): Turn on use of makefile-mode. X-Git-Tag: emacs-19.34~2931 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6cf85938f467fc6ed6af3b3921eb0df0b8cd3187;p=emacs.git (auto-mode-alist): Turn on use of makefile-mode. --- diff --git a/lisp/files.el b/lisp/files.el index 930c343430e..f852f21640c 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)