aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-25 17:13:08 +0000
committerGerd Moellmann2001-01-25 17:13:08 +0000
commitceba0dac027f80cd8fbf18ac3f25117ae1d4f087 (patch)
tree623b0c1935af44225bed3fddf60fd8316b45f4f2 /lisp/ChangeLog
parent9b0630e57ef02f4919c2edfaa1b1910442d088ea (diff)
downloademacs-ceba0dac027f80cd8fbf18ac3f25117ae1d4f087.tar.gz
emacs-ceba0dac027f80cd8fbf18ac3f25117ae1d4f087.zip
(iswitchb-make-buflist): When nconc'ing lists, don't
discard the result. (iswitchb-to-end): Likewise.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 65220e45a21..d2ba882f54a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12001-01-25 Gerd Moellmann <gerd@gnu.org>
2
3 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4 discard the result.
5 (iswitchb-to-end): Likewise.
6
12001-01-25 Sam Steingold <sds@gnu.org> 72001-01-25 Sam Steingold <sds@gnu.org>
2 8
3 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix. 9 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
@@ -38,8 +44,8 @@
38 (dired-sort-toggle): Use `replace-regexps-in-string' 44 (dired-sort-toggle): Use `replace-regexps-in-string'
39 instead of `dired-replace-in-string'. 45 instead of `dired-replace-in-string'.
40 46
41 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir, 47 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
42 dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto. 48 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
43 49
44 * gs.el (gs-replace-in-string): Removed. 50 * gs.el (gs-replace-in-string): Removed.
45 (gs-options): Use `replace-regexps-in-string' 51 (gs-options): Use `replace-regexps-in-string'