* lisp/find-dired.el (find-dired-with-command): Quote find-command-history.
This commit is contained in:
parent
2343a067c3
commit
db02cbdfe0
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ it finishes, type \\[kill-find]."
|
|||
" . \\( \\) "
|
||||
(find-dired--escaped-ls-option))
|
||||
(+ 1 (length find-program) (length " . \\( ")))
|
||||
find-command-history)))
|
||||
'find-command-history)))
|
||||
(let ((dired-buffers dired-buffers))
|
||||
;; Expand DIR ("" means default-directory), and make sure it has a
|
||||
;; trailing slash.
|
||||
|
|
Loading…
Add table
Reference in a new issue