1
Fork 0
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:
Joyer Huang 2025-10-13 11:11:04 +08:00 committed by Eli Zaretskii
parent f2f544c1af
commit a184ae8eda

View file

@ -3305,7 +3305,7 @@ instead removed from the current item list."
name)) name))
(split-string (split-string
(shell-command-to-string (shell-command-to-string
(concat "find " (concat find-program " "
(shell-quote-argument dir) (shell-quote-argument dir)
(if ido-case-fold " -iname " " -name ") (if ido-case-fold " -iname " " -name ")
(shell-quote-argument (shell-quote-argument