aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f43f956ba1f..73ab97b1666 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12001-11-07 Stefan Monnier <monnier@cs.yale.edu> 12001-11-07 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * subr.el (with-local-quit): New macro.
4 (make-syntax-table): Always inherit.
5 (functionp): Be more careful when `object' is a symbol.
6
3 * dabbrev.el (dabbrev-completion): Use "*Completions*". 7 * dabbrev.el (dabbrev-completion): Use "*Completions*".
4 8
52001-11-07 Paul Eggert <eggert@twinsun.com> 92001-11-07 Paul Eggert <eggert@twinsun.com>