aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-12 14:20:14 +0000
committerGerd Moellmann2001-10-12 14:20:14 +0000
commiteadd64444e9336b40f5e2ea70aeaa587f3e53431 (patch)
tree4cb9830c802ee1d0553ac82902e83f9a0c874f12 /lisp/ChangeLog
parent967d7793caa6e1b86dba45d7a7e204a4c82169c9 (diff)
downloademacs-eadd64444e9336b40f5e2ea70aeaa587f3e53431.tar.gz
emacs-eadd64444e9336b40f5e2ea70aeaa587f3e53431.zip
(byte-compile-check-lambda-list): New
function checking that lambda-list consists of non-constant symbols, that &rest and &optional are followed by variable names, that &rest VAR is the last element, and that variables aren't doubled. (byte-compile-lambda): Use it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
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 @@
12001-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
12001-10-12 Eli Barzilay <eli@barzilay.org> 102001-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