From: Eli Zaretskii Date: Sat, 23 Jun 2001 19:44:13 +0000 (+0000) Subject: (auto-mode-alist): Add configure.ac (autoconf). X-Git-Tag: emacs-pretest-21.0.104~166 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e55c48639bf67b712e9fdfd83ceb97c6bd65ef7d;p=emacs.git (auto-mode-alist): Add configure.ac (autoconf). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1541bb950f0..56b2326b1fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-06-23 Eli Zaretskii + + * files.el (auto-mode-alist): Add configure.ac (autoconf). From + Karl Eichwalder . + 2001-06-23 Richard M. Stallman * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix. diff --git a/lisp/files.el b/lisp/files.el index d0cbc2cc417..977da75e4a9 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)