comparison lisp/ChangeLog @ 39853:e42e6b9ee221

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 12 Oct 2001 21:59:38 +0000
parents 10b9480202e8
children 8bdfe67d9f16
comparison
equal deleted inserted replaced
39852:00ea1715c90a 39853:e42e6b9ee221
110 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for 110 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
111 asynchronous multiple file copying. 111 asynchronous multiple file copying.
112 112
113 2001-10-12 Gerd Moellmann <gerd@gnu.org> 113 2001-10-12 Gerd Moellmann <gerd@gnu.org>
114 114
115 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list): 115 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
116 New function checking that lambda-list consists of non-constant 116 Turn error for repeated variables into warning.
117
118 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list): New
119 function checking that lambda-list consists of non-constant
117 symbols, that &rest and &optional are followed by variable names, 120 symbols, that &rest and &optional are followed by variable names,
118 that &rest VAR is the last element, and that variables aren't doubled. 121 that &rest VAR is the last element, and that variables aren't doubled.
119 (byte-compile-lambda): Use it. 122 (byte-compile-lambda): Use it.
120 123
121 2001-10-12 Eli Barzilay <eli@barzilay.org> 124 2001-10-12 Eli Barzilay <eli@barzilay.org>