comparison lisp/ChangeLog @ 39865:8bdfe67d9f16

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 12 Oct 2001 22:39:29 +0000
parents e42e6b9ee221
children c31f4d66b8e9
comparison
equal deleted inserted replaced
39864:71f93e410115 39865:8bdfe67d9f16
1 2001-10-12 Stefan Monnier <monnier@cs.yale.edu> 1 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2
3 * newcomment.el (comment-region-internal): Don't rebind
4 invisibility_spec now that the C routines handle it correctly.
5
6 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2 7
3 * frame.el (special-display-popup-frame): Obey new specs `same-window' 8 * frame.el (special-display-popup-frame): Obey new specs `same-window'
4 and `same-frame'. 9 and `same-frame'.
5 10
6 * menu-bar.el (minibuffer-local-*map): Take inheritance into account. 11 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
110 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for 115 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
111 asynchronous multiple file copying. 116 asynchronous multiple file copying.
112 117
113 2001-10-12 Gerd Moellmann <gerd@gnu.org> 118 2001-10-12 Gerd Moellmann <gerd@gnu.org>
114 119
115 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list): 120 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
116 Turn error for repeated variables into warning. 121 Turn error for repeated variables into warning.
117 122
118 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list): New 123 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
119 function checking that lambda-list consists of non-constant 124 New function checking that lambda-list consists of non-constant
120 symbols, that &rest and &optional are followed by variable names, 125 symbols, that &rest and &optional are followed by variable names,
121 that &rest VAR is the last element, and that variables aren't doubled. 126 that &rest VAR is the last element, and that variables aren't doubled.
122 (byte-compile-lambda): Use it. 127 (byte-compile-lambda): Use it.
123 128
124 2001-10-12 Eli Barzilay <eli@barzilay.org> 129 2001-10-12 Eli Barzilay <eli@barzilay.org>