comparison lisp/ChangeLog @ 28303:8bdd3f67b91a

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 24 Mar 2000 20:56:46 +0000
parents 0fa8223bb981
children 699ab30f49df
comparison
equal deleted inserted replaced
28302:27ffe1e3b06d 28303:8bdd3f67b91a
1 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
4 matching open parenthesis in column 0 to defun-prompt-regexp
5 only if open-paren-in-column-0-is-defun-start is set.
6
7 * sun-curs.el: Require CL at compile-time only.
8
9 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10 instead of copy-list which is a function from CL.
11 (msb--choose-menu, msb--mode-menu-cond)
12 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13 (msb--init-file-alist): Use mapcar instead of mapcan.
14 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
15 `(' in column 0 in doc string.
16 (msb--add-separators): Use mapcar instead of mapcan.
17
18 * cus-dep.el: Require CL at compile-time only.
19
1 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> 20 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
2 21
3 * emacs-lisp/bytecomp.el (byte-compile-warning-types) 22 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4 (byte-compile-warnings): New warning `noruntime'. 23 (byte-compile-warnings): New warning `noruntime'.
5 (byte-compile-constants, byte-compile-variables): Fix docstring. 24 (byte-compile-constants, byte-compile-variables): Fix docstring.