diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a7a4f0565ca..cb077880569 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-10-12 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list): New | ||
| 4 | function checking that lambda-list consists of non-constant | ||
| 5 | symbols, that &rest and &optional are followed by variable names, | ||
| 6 | that &rest VAR is the last element, and that variables aren't | ||
| 7 | doubled. | ||
| 8 | (byte-compile-lambda): Use it. | ||
| 9 | |||
| 1 | 2001-10-12 Eli Barzilay <eli@barzilay.org> | 10 | 2001-10-12 Eli Barzilay <eli@barzilay.org> |
| 2 | 11 | ||
| 3 | * calculator.el (calculator-eng-display): Don't call concat | 12 | * calculator.el (calculator-eng-display): Don't call concat |