From: Karl Heuer Date: Thu, 11 Dec 1997 07:07:42 +0000 (+0000) Subject: (auto-mode-alist): Add .am as makefile-mode. X-Git-Tag: emacs-20.3~2620 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/3ad08c112c2f7c4928da0838d8bc58fd9a6f67f4 (auto-mode-alist): Add .am as makefile-mode. --- diff --git a/lisp/files.el b/lisp/files.el index 2d39fd9105..18aa7d8589 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1134,6 +1134,7 @@ run `normal-mode' explicitly." ("\\.java\\'" . java-mode) ("\\.mk\\'" . makefile-mode) ("\\(M\\|m\\|GNUm\\)akefile\\(.in\\)?\\'" . makefile-mode) + ("\\.am\\'" . makefile-mode) ;For Automake. ;;; Less common extensions come here ;;; so more common ones above are found faster. ("\\.texinfo\\'" . texinfo-mode)