(auto-mode-alist): Add configure.ac (autoconf).

This commit is contained in:
Eli Zaretskii 2001-06-23 19:44:13 +00:00
parent 0202508f43
commit e55c48639b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
* files.el (auto-mode-alist): Add configure.ac (autoconf). From
Karl Eichwalder <ke@suse.de>.
2001-06-23 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.

View file

@ -1455,7 +1455,7 @@ in that case, this function acts as if `enable-local-variables' were t."
("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)
("\\.\\(dif\\|pat\\)\\'" . diff-mode) ; for MSDOG
("\\.[eE]?[pP][sS]\\'" . ps-mode)
("configure\\.in\\'" . autoconf-mode)
("configure\\.\\(ac\\|in\\)\\'" . autoconf-mode)
("BROWSE\\'" . ebrowse-tree-mode)
("\\.ebrowse\\'" . ebrowse-tree-mode)
("#\\*mail\\*" . mail-mode)