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

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

[elpa] externals/embark 085643716f 1/2: lambdas are consp and are mistak


From: ELPA Syncer
Subject: [elpa] externals/embark 085643716f 1/2: lambdas are consp and are mistakenly excluded from binding lists!
Date: Tue, 3 May 2022 14:57:31 -0400 (EDT)

branch: externals/embark
commit 085643716fa811275dc72d338238c5757a59d836
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    lambdas are consp and are mistakenly excluded from binding lists!
    
    Fix #500.
---
 embark.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/embark.el b/embark.el
index 36290f552f..0849869b40 100644
--- a/embark.el
+++ b/embark.el
@@ -1222,6 +1222,7 @@ If NESTED is non-nil subkeymaps are not flattened."
                    unless (or
                            ;; skip which-key pseudo keys and other invalid 
pairs
                            (and (not (keymapp cmd))
+                                (not (functionp cmd))
                                 (consp cmd)
                                 (not (stringp (car cmd))))
                            (memq cmd '(embark-keymap-help



reply via email to

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