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

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

[elpa] externals/consult 5dec88b 2/3: Update error message


From: ELPA Syncer
Subject: [elpa] externals/consult 5dec88b 2/3: Update error message
Date: Sat, 7 Aug 2021 07:57:08 -0400 (EDT)

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

    Update error message
---
 consult.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/consult.el b/consult.el
index e2e6793..5862bb8 100644
--- a/consult.el
+++ b/consult.el
@@ -1711,10 +1711,7 @@ The refresh happens after a DELAY, defaulting to 
`consult-async-refresh-delay'."
 BUILDER is the command line builder function."
   ;; TODO remove deprecation
   (unless (functionp builder)
-    (error "`%s' uses a deprecated command configuration %S.
-Please adjust your configuration.
-See `consult-grep-config' or the CHANGELOG for more information"
-           this-command builder))
+    (error "`%s' passed a string to `consult--async-command', which is 
deprecated" this-command))
   (lambda (input)
     (setq input (funcall builder input))
     (if (stringp (car input))



reply via email to

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