aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-04-29 14:48:57 +0000
committerStefan Monnier2008-04-29 14:48:57 +0000
commitb95ced6beee4bf2afccfc5aa0670d110d6afdfa6 (patch)
tree51a1a3c70c5e5bc281e7a12c7ffef34b82494837 /lisp/ChangeLog
parent28bb43e10ff8e0a7f32ac32ef41a5eda5259c326 (diff)
downloademacs-b95ced6beee4bf2afccfc5aa0670d110d6afdfa6.tar.gz
emacs-b95ced6beee4bf2afccfc5aa0670d110d6afdfa6.zip
(dired-read-dir-and-switches): Replace last change with
a new approach that mixes read-file-name and read-directory-name.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2d66f8e01f2..1661bfa789c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12008-04-29 Stefan Monnier <monnier@iro.umontreal.ca> 12008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * dired.el (dired-read-dir-and-switches): Replace last change with
4 a new approach that mixes read-file-name and read-directory-name.
5
3 * files.el (read-buffer-to-switch): 6 * files.el (read-buffer-to-switch):
4 Avoid making assumptions about `other-buffer'. 7 Avoid making assumptions about `other-buffer'.
5 8