aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-16 00:00:22 +0000
committerRichard M. Stallman2001-11-16 00:00:22 +0000
commit413da4514b106c81cecbfb5b7cd80b42f6b29d31 (patch)
tree6fcb2239fa847f8879920774e9cc5d0caf1190fe /lisp/ChangeLog
parent6f665da94994bf054a6d9a01e0337f455991cfdc (diff)
downloademacs-413da4514b106c81cecbfb5b7cd80b42f6b29d31.tar.gz
emacs-413da4514b106c81cecbfb5b7cd80b42f6b29d31.zip
(values, values-list, multiple-value-list, multiple-value-apply, nth-value):
Use defsubst rather than defalias, to get better doc strings.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 6 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4f2f4277eba..ab3ff9423f2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12001-11-15 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
4 (multiple-value-apply, nth-value): Use defsubst rather than defalias
5 to get better doc strings.
6
12001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 72001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 8
3 * derived.el: Fix autoload cookie. 9 * derived.el: Fix autoload cookie.
@@ -15,16 +21,6 @@
15 * dired.el (dired-undo): Display a message to explain 21 * dired.el (dired-undo): Display a message to explain
16 that this does not undo file system changes. 22 that this does not undo file system changes.
17 23
182001-11-15 Alan Shutko <ats@acm.org>
19
20 * compile.el (recompile): Use compilation-arguments if set, so as
21 to be able to M-x recompile the exact command which created a
22 compilation-mode buffer.
23
242001-11-13 Richard M. Stallman <rms@gnu.org>
25
26 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
27
282001-11-15 David Kastrup <David.Kastrup@t-online.de> 242001-11-15 David Kastrup <David.Kastrup@t-online.de>
29 25
30 * mouse-drag.el (mouse-drag-throw): Push back non-drag events 26 * mouse-drag.el (mouse-drag-throw): Push back non-drag events