comparison lisp/ChangeLog @ 94480:cf998cc4d006

(dired-read-dir-and-switches): Replace last change with a new approach that mixes read-file-name and read-directory-name.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 29 Apr 2008 14:48:57 +0000
parents 0e056b86de6f
children ad6c174910db
comparison
equal deleted inserted replaced
94479:0e056b86de6f 94480:cf998cc4d006
1 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
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.
2 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
6 2008-04-29 Sam Steingold <sds@gnu.org> 9 2008-04-29 Sam Steingold <sds@gnu.org>