diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ab24cf0a0f2..59f0b1de12b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-07-19 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values' | ||
| 4 | and `values-list' from list of CL functions. | ||
| 5 | |||
| 6 | 2002-07-19 John Paul Wallington <jpw@shootybangbang.com> | ||
| 7 | |||
| 8 | * emacs-lisp/bytecomp.el (compile-defun): Bind | ||
| 9 | `read-with-symbol-positions' to current buffer. | ||
| 10 | |||
| 1 | 2002-07-19 Andre Spiegel <spiegel@gnu.org> | 11 | 2002-07-19 Andre Spiegel <spiegel@gnu.org> |
| 2 | 12 | ||
| 3 | * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp, | 13 | * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp, |