From a184ae8eda0678da5dda608722c06f7f929a74ff Mon Sep 17 00:00:00 2001 From: Joyer Huang Date: Mon, 13 Oct 2025 11:11:04 +0800 Subject: [PATCH] ; ido.el: Use find-program variable instead of literal "find" (bug#79620) Copyright-paperwork-exempt: yes --- lisp/ido.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ido.el b/lisp/ido.el index cd1f9260262..4aef0f18347 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -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