1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

* find-dired.el (find-dired): Use read-directory-name (Bug#5777).

This commit is contained in:
Chong Yidong 2010-03-28 15:31:27 -04:00
parent 11700c50ae
commit 7ed287b581
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
* find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2010-03-25 Glenn Morris <rgm@gnu.org>
* desktop.el (desktop-save-buffer-p): Don't mistakenly include

View File

@ -99,7 +99,7 @@ The command run (after changing into DIR) is
except that the variable `find-ls-option' specifies what to use
as the final argument."
(interactive (list (read-file-name "Run find in directory: " nil "" t)
(interactive (list (read-directory-name "Run find in directory: " nil "" t)
(read-string "Run find (with args): " find-args
'(find-args-history . 1))))
(let ((dired-buffers dired-buffers))