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:
parent
11700c50ae
commit
7ed287b581
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user