]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/find-dired.el (find-dired-with-command): Quote find-command-history.
authorJuri Linkov <juri@linkov.net>
Sun, 22 Jan 2023 17:51:51 +0000 (19:51 +0200)
committerJuri Linkov <juri@linkov.net>
Sun, 22 Jan 2023 17:51:51 +0000 (19:51 +0200)
lisp/find-dired.el

index 83bdaba5352923726da44bf8552aabe5071a01b2..9fa139a80250bfb31a452f1a0462165e8024ee16 100644 (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.