]> code.delx.au - gnu-emacs/blobdiff - lisp/find-dired.el
* lisp/files.el (dir-locals-collect-variables): Don't let errors stop us.
[gnu-emacs] / lisp / find-dired.el
index 9458fdfec434b8ea63db846643c8ecf2435010d9..0c8229c8f7aee91810137ca4529540428d788241 100644 (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))