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

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

[nongnu] elpa/bind-map b30c22f7f9 33/97: Report symbol name in previousl


From: ELPA Syncer
Subject: [nongnu] elpa/bind-map b30c22f7f9 33/97: Report symbol name in previously added error msg
Date: Thu, 20 Jan 2022 07:59:12 -0500 (EST)

branch: elpa/bind-map
commit b30c22f7f96b1995a70d0a293ae60c706ac028ff
Author: justbur <justin@burkett.cc>
Commit: justbur <justin@burkett.cc>

    Report symbol name in previously added error msg
---
 bind-map.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bind-map.el b/bind-map.el
index 7fbce67721..6168cc5465 100644
--- a/bind-map.el
+++ b/bind-map.el
@@ -147,7 +147,7 @@ Declare a prefix command for MAP named COMMAND-NAME."
     `(progn
        (defvar ,map (make-sparse-keymap))
        (unless (keymapp ,map)
-         (error "bind-map: %s is not a keymap" ,map))
+         (error "bind-map: %s is not a keymap" ',map))
        (setq ,prefix-cmd ,map)
        (setf (symbol-function ',prefix-cmd) ,map)
 



reply via email to

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