mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 22:20:52 -08:00
* find-dired.el (find-dired): Use read-directory-name (Bug#5777).
This commit is contained in:
parent
11700c50ae
commit
7ed287b581
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue