aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-23 05:24:10 +0000
committerGerd Moellmann2000-06-23 05:24:10 +0000
commitaffbf6477576c38d98111b55fbb1eb5b13d1a735 (patch)
treee7cccedd38944fc20cf2d20a3949246d8d558bf7 /lisp/ChangeLog
parent022499fab948938bb763c2a33a8c5ba0c5969fcd (diff)
downloademacs-affbf6477576c38d98111b55fbb1eb5b13d1a735.tar.gz
emacs-affbf6477576c38d98111b55fbb1eb5b13d1a735.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 22877bb8335..9816542a339 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12000-06-23 Gerd Moellmann <gerd@gnu.org> 12000-06-23 Gerd Moellmann <gerd@gnu.org>
2 2
3 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
4
5 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6 cddr instead of cdddr.
7
3 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list 8 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
4 instead of copy-list. 9 instead of copy-list.
5 10