From 6cf85938f467fc6ed6af3b3921eb0df0b8cd3187 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 22 Aug 1995 19:03:41 +0000 Subject: [PATCH] (auto-mode-alist): Turn on use of makefile-mode. --- lisp/files.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2