branch: externals/ergoemacs-mode
commit 61410ff5783d32a2aae90302d1dda7b51638c023
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Fix a typo when invoking a timeout
---
ergoemacs-command-loop.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ergoemacs-command-loop.el b/ergoemacs-command-loop.el
index 017aa7b..fa96369 100644
--- a/ergoemacs-command-loop.el
+++ b/ergoemacs-command-loop.el
@@ -722,7 +722,7 @@ KEYS is the keys information"
((not (region-active-p))) ;; active
(t
(setq ergoemacs-command--timeout-keys keys
- ergoemacs-command--timeout-timer
ergoemacs-command--timer-timeout
+ ergoemacs-command--timeout-timer
(ergoemacs-command--timer-timeout)
)
)))
(unless unread-command-events