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

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

[elpa] externals/consult ab02c8ece9 1/2: consult-locate-args: Remove --e


From: ELPA Syncer
Subject: [elpa] externals/consult ab02c8ece9 1/2: consult-locate-args: Remove --existing (Fix #499)
Date: Sun, 22 Jan 2023 10:57:25 -0500 (EST)

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

    consult-locate-args: Remove --existing (Fix #499)
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index adb8eaec37..ae42f81a0a 100644
--- a/consult.el
+++ b/consult.el
@@ -284,7 +284,7 @@ Can be either a string, or a list of strings or 
expressions."
   :type '(choice string (repeat (choice string expression))))
 
 (defcustom consult-locate-args
-  "locate --ignore-case --existing"
+  "locate --ignore-case" ;; --existing not supported by Debian plocate
   "Command line arguments for locate, see `consult-locate'.
 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]