summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1997-12-11 07:07:42 +0000
committerKarl Heuer <kwzh@gnu.org>1997-12-11 07:07:42 +0000
commit3ad08c112c2f7c4928da0838d8bc58fd9a6f67f4 (patch)
tree0fc63d6f210a30d57f084e5ab3dbcb8e0448b499 /lisp
parentea69dc5baccd25ac2c6d25e6ab68804ec13a511d (diff)
downloademacs-3ad08c112c2f7c4928da0838d8bc58fd9a6f67f4.tar.gz
(auto-mode-alist): Add .am as makefile-mode.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 2d39fd91058..18aa7d85891 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)