branch: externals/consult
commit d1d39d52151a10f7ca29aa291886e99534cc94db
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
consult-customize: Improve warning
---
consult.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consult.el b/consult.el
index c2115ecb4c..e494741eb9 100644
--- a/consult.el
+++ b/consult.el
@@ -3268,7 +3268,7 @@ Optional source fields:
(setf (plist-get (symbol-value cmd) prop) (eval form 'lexical)))
((functionp cmd)
(setf (plist-get (alist-get cmd consult--customize-alist) prop) form))
- (t (warn "%s is neither a Consult command nor a source" cmd))))
+ (t (warn "consult-customize: %s is neither a command nor a source" cmd))))
nil)
(defmacro consult-customize (&rest args)