projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2343a06
)
* lisp/find-dired.el (find-dired-with-command): Quote find-command-history.
author
Juri Linkov
<juri@linkov.net>
Sun, 22 Jan 2023 17:51:51 +0000
(19:51 +0200)
committer
Juri Linkov
<juri@linkov.net>
Sun, 22 Jan 2023 17:51:51 +0000
(19:51 +0200)
lisp/find-dired.el
patch
|
blob
|
history
diff --git
a/lisp/find-dired.el
b/lisp/find-dired.el
index 83bdaba5352923726da44bf8552aabe5071a01b2..9fa139a80250bfb31a452f1a0462165e8024ee16 100644
(file)
--- 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.