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

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

[elpa] externals/ergoemacs-mode 61410ff 051/325: Fix a typo when invokin


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 61410ff 051/325: Fix a typo when invoking a timeout
Date: Sat, 23 Oct 2021 18:48:19 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 61410ff5783d32a2aae90302d1dda7b51638c023
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

    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



reply via email to

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