]> code.delx.au - gnu-emacs/commitdiff
(auto-mode-alist): Add .am as makefile-mode.
authorKarl Heuer <kwzh@gnu.org>
Thu, 11 Dec 1997 07:07:42 +0000 (07:07 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 11 Dec 1997 07:07:42 +0000 (07:07 +0000)
lisp/files.el

index 2d39fd910582e5bcea6a44e9bee63a83f7a9aca1..18aa7d85891f54f1508e7780f3c6785f83f05182 100644 (file)
@@ -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)