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

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

[nongnu] elpa/minibar 46f3307cc9 10/17: Fix wrong argument order


From: ELPA Syncer
Subject: [nongnu] elpa/minibar 46f3307cc9 10/17: Fix wrong argument order
Date: Sun, 27 Nov 2022 16:01:37 -0500 (EST)

branch: elpa/minibar
commit 46f3307cc95e94952af15f025b4f0ffbf2a55d81
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Fix wrong argument order
---
 minibar.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/minibar.el b/minibar.el
index 50d9f90fc1..afd06bfb04 100644
--- a/minibar.el
+++ b/minibar.el
@@ -139,7 +139,7 @@ string to display, or nil in case there is to show."
         (when minibar--update-timer
           (cancel-timer minibar--update-timer))
         (setq minibar--update-timer
-              (run-with-idle-timer t minibar-update-interval
+              (run-with-idle-timer minibar-update-interval t
                                    #'minibar-update)))
     (when minibar--update-timer
       (cancel-timer minibar--update-timer)



reply via email to

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