branch: externals/which-key
commit 843d1c58bbebb3359732cb88f07e8908487f4d1c
Author: Leo Okawa Ericson <[email protected]>
Commit: Leo Okawa Ericson <[email protected]>
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