From e55c48639bf67b712e9fdfd83ceb97c6bd65ef7d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Jun 2001 19:44:13 +0000 Subject: [PATCH] (auto-mode-alist): Add configure.ac (autoconf). --- lisp/ChangeLog | 5 +++++ lisp/files.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 2.39.5