branch: externals/consult
commit 67474e9f7394a6ee99c6297ef5628b4ea14c6163
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Fix consult-customize
---
consult.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/consult.el b/consult.el
index 901dfee..fbe19f0 100644
--- a/consult.el
+++ b/consult.el
@@ -506,7 +506,8 @@ Size of private unicode plane b.")
(plist-put (alist-get cmd consult--read-config) prop val)))
((boundp cmd)
(set cmd (plist-put (symbol-value cmd) prop val)))
- (t (user-error "%s is neither a Consult command nor a Consult source"))))
+ (t (user-error "%s is neither a Consult command nor a Consult source"
+ cmd))))
nil)
(defmacro consult-customize (&rest args)