aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-03-24 20:56:46 +0000
committerGerd Moellmann <[email protected]>2000-03-24 20:56:46 +0000
commit9a0dd3dcec25272944b62a0fd063f80ce5eef0b1 (patch)
tree86cd3e3194efc83e676808c6629130a81018bded /lisp
parentf4ed767fb5079c07360ec124ba1ee99d16914781 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eae8b1bd6b..361ee8d2fa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
+2000-03-24 Gerd Moellmann <[email protected]>
+
+ * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
+ matching open parenthesis in column 0 to defun-prompt-regexp
+ only if open-paren-in-column-0-is-defun-start is set.
+
+ * sun-curs.el: Require CL at compile-time only.
+
+ * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
+ instead of copy-list which is a function from CL.
+ (msb--choose-menu, msb--mode-menu-cond)
+ (msb--create-buffer-menu-2): Use dolist instead of mapc.
+ (msb--init-file-alist): Use mapcar instead of mapcan.
+ (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
+ `(' in column 0 in doc string.
+ (msb--add-separators): Use mapcar instead of mapcan.
+
+ * cus-dep.el: Require CL at compile-time only.
+
2000-03-24 Stefan Monnier <[email protected]>
* emacs-lisp/bytecomp.el (byte-compile-warning-types)