branch: externals/consult
commit b29a11731b34924d3f96e7ccb6ba4dcc95bd2954
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Do not error in consult-customize
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 9407a4c5b9..c2115ecb4c 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 (user-error "%s is neither a Command command nor a source" cmd))))
+     (t (warn "%s is neither a Consult command nor a source" cmd))))
   nil)
 
 (defmacro consult-customize (&rest args)

Reply via email to