(auto-mode-alist): Add configure.ac (autoconf).
This commit is contained in:
parent
0202508f43
commit
e55c48639b
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue