From db02cbdfe0214ed968e14319051506add08ca17b Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 22 Jan 2023 19:51:51 +0200 Subject: [PATCH] * lisp/find-dired.el (find-dired-with-command): Quote find-command-history. --- lisp/find-dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 83bdaba5352..9fa139a8025 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -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. -- 2.39.2