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

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

[elpa] externals/consult 67474e9 1/5: Fix consult-customize


From: ELPA Syncer
Subject: [elpa] externals/consult 67474e9 1/5: Fix consult-customize
Date: Tue, 1 Jun 2021 14:57:07 -0400 (EDT)

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

    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)



reply via email to

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