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

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

[elpa] externals/which-key 843d1c5 1/2: Add missing argument to function


From: ELPA Syncer
Subject: [elpa] externals/which-key 843d1c5 1/2: Add missing argument to function call
Date: Mon, 23 Aug 2021 20:57:18 -0400 (EDT)

branch: externals/which-key
commit 843d1c58bbebb3359732cb88f07e8908487f4d1c
Author: Leo Okawa Ericson <git@relevant-information.com>
Commit: Leo Okawa Ericson <git@relevant-information.com>

    Add missing argument to function call
---
 which-key.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/which-key.el b/which-key.el
index bb007e8..470d173 100644
--- a/which-key.el
+++ b/which-key.el
@@ -1799,7 +1799,7 @@ non-nil, then bindings are collected recursively for all 
prefixes."
   (let* ((unformatted
           (cond ((keymapp keymap)
                  (which-key--get-keymap-bindings
-                  keymap prefix filter recursive))
+                  keymap nil prefix filter recursive))
                 (keymap
                  (error "%s is not a keymap" keymap))
                 (t



reply via email to

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