* lisp/find-dired.el (find-dired-with-command): Quote find-command-history.

This commit is contained in:
Juri Linkov 2023-01-22 19:51:51 +02:00
parent 2343a067c3
commit db02cbdfe0

View file

@ -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.