# HG changeset patch # User Gerd Moellmann # Date 1002896414 0 # Node ID 20a153ff0541a9db346eef4a97048097e7067729 # Parent d9f8c7370b3aa3cf8db69bcfd1e40a3489f73a39 *** empty log message *** diff -r d9f8c7370b3a -r 20a153ff0541 lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 12 14:19:39 2001 +0000 +++ b/lisp/ChangeLog Fri Oct 12 14:20:14 2001 +0000 @@ -1,3 +1,12 @@ +2001-10-12 Gerd Moellmann + + * emacs-lisp/bytecomp.el (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. + 2001-10-12 Eli Barzilay * calculator.el (calculator-eng-display): Don't call concat