mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
; ido.el: Use find-program variable instead of literal "find" (bug#79620)
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
f2f544c1af
commit
a184ae8eda
1 changed files with 1 additions and 1 deletions
|
|
@ -3305,7 +3305,7 @@ instead removed from the current item list."
|
|||
name))
|
||||
(split-string
|
||||
(shell-command-to-string
|
||||
(concat "find "
|
||||
(concat find-program " "
|
||||
(shell-quote-argument dir)
|
||||
(if ido-case-fold " -iname " " -name ")
|
||||
(shell-quote-argument
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue