diff lisp/find-dired.el @ 107553:04698fd447b3

* find-dired.el (find-dired): Use read-directory-name (Bug#5777).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 28 Mar 2010 15:31:27 -0400
parents 1d1d5d9bd884
children 417b1e4d63cd
line wrap: on
line diff
--- a/lisp/find-dired.el	Sun Mar 28 12:22:52 2010 -0700
+++ b/lisp/find-dired.el	Sun Mar 28 15:31:27 2010 -0400
@@ -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))