aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/files.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1541bb950f0..56b2326b1fe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * files.el (auto-mode-alist): Add configure.ac (autoconf). From
4 Karl Eichwalder <ke@suse.de>.
5
12001-06-23 Richard M. Stallman <rms@gnu.org> 62001-06-23 Richard M. Stallman <rms@gnu.org>
2 7
3 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix. 8 * 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."
1455 ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode) 1455 ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)
1456 ("\\.\\(dif\\|pat\\)\\'" . diff-mode) ; for MSDOG 1456 ("\\.\\(dif\\|pat\\)\\'" . diff-mode) ; for MSDOG
1457 ("\\.[eE]?[pP][sS]\\'" . ps-mode) 1457 ("\\.[eE]?[pP][sS]\\'" . ps-mode)
1458 ("configure\\.in\\'" . autoconf-mode) 1458 ("configure\\.\\(ac\\|in\\)\\'" . autoconf-mode)
1459 ("BROWSE\\'" . ebrowse-tree-mode) 1459 ("BROWSE\\'" . ebrowse-tree-mode)
1460 ("\\.ebrowse\\'" . ebrowse-tree-mode) 1460 ("\\.ebrowse\\'" . ebrowse-tree-mode)
1461 ("#\\*mail\\*" . mail-mode) 1461 ("#\\*mail\\*" . mail-mode)