# HG changeset patch # User Richard M. Stallman # Date 809118221 0 # Node ID f487b4b6a6e0042b98fa6084ea6d51192f33b8ba # Parent 5c76c36717cb5a4c2022b83e5315a0146c3a5e7f (auto-mode-alist): Turn on use of makefile-mode. diff -r 5c76c36717cb -r f487b4b6a6e0 lisp/files.el --- 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)