emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult c87b0bf06d: consult-find-args: Improve compatib


From: ELPA Syncer
Subject: [elpa] externals/consult c87b0bf06d: consult-find-args: Improve compatibility with NetBSD find
Date: Mon, 1 Apr 2024 06:57:44 -0400 (EDT)

branch: externals/consult
commit c87b0bf06de0c3cb60bc8d257c770cb981ddcd19
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    consult-find-args: Improve compatibility with NetBSD find
    
    -iwholename is equivalent to -ipath, but -path is more widely supported.
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 936bb3e0dc..8ff21d7fa4 100644
--- a/consult.el
+++ b/consult.el
@@ -279,7 +279,7 @@ Can be either a string, or a list of strings or 
expressions."
   :type '(choice string (repeat (choice string sexp))))
 
 (defcustom consult-find-args
-  "find . -not ( -iwholename */.[a-z]* -prune )"
+  "find . -not ( -path */.[A-Za-z]* -prune )"
   "Command line arguments for find, see `consult-find'.
 The dynamically computed arguments are appended.
 Can be either a string, or a list of strings or expressions."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]