Mercurial > emacs
diff lisp/find-dired.el @ 108441:86c85c80cd84
Merge from mainline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Mon, 29 Mar 2010 14:00:56 +0000 |
parents | 04698fd447b3 |
children | 417b1e4d63cd |
line wrap: on
line diff
--- a/lisp/find-dired.el Sun Mar 28 11:41:31 2010 +0000 +++ b/lisp/find-dired.el Mon Mar 29 14:00:56 2010 +0000 @@ -99,7 +99,7 @@ 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))