branch: externals/which-key
commit 54b52f4c3c4fdc663c4f50c94d3b8a6eb0d857e7
Author: Jeremy Bryant <[email protected]>
Commit: Justin Burkett <[email protected]>
* which-key.el (which-key--show-evil-operator-keymap): let not let*
---
which-key.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/which-key.el b/which-key.el
index 8837eefd43..57825ca0e5 100644
--- a/which-key.el
+++ b/which-key.el
@@ -2671,7 +2671,7 @@ KEYMAP is selected interactively by mode in
formatted-keys
nil "evil operator/motion keys"))
(which-key--show-page)))))
- (let* ((key (read-key)))
+ (let ((key (read-key)))
(when (member key '(?f ?F ?t ?T ?`))
;; these keys trigger commands that read the next char manually
(setq which-key--inhibit-next-operator-popup t))