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

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

[elpa] externals/setup 844b6bc 15/24: Removed unnecessary unquote in :un


From: Stefan Monnier
Subject: [elpa] externals/setup 844b6bc 15/24: Removed unnecessary unquote in :unbind
Date: Thu, 25 Mar 2021 13:42:37 -0400 (EDT)

branch: externals/setup
commit 844b6bcdc543e9661af3daed2c31c3bf7b66afa4
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Removed unnecessary unquote in :unbind
---
 setup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.el b/setup.el
index b0f94dc..5e3f3f5 100644
--- a/setup.el
+++ b/setup.el
@@ -288,7 +288,7 @@ the first FEATURE."
     `(define-key (symbol-value setup-map)
        ,(if (or (symbolp key) (stringp key))
               `(kbd ,key)
-          ,key)
+          key)
        nil))
   :documentation "Unbind KEY in current map."
   :after-loaded t



reply via email to

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