diff options
| -rw-r--r-- | lisp/ChangeLog | 4 |
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 @@ | |||
| 1 | 2001-11-07 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2001-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 | ||
| 5 | 2001-11-07 Paul Eggert <eggert@twinsun.com> | 9 | 2001-11-07 Paul Eggert <eggert@twinsun.com> |