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

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

[elpa] master 7c3c029 1/9: Update the mode-line after spinner-stop


From: Artur Malabarba
Subject: [elpa] master 7c3c029 1/9: Update the mode-line after spinner-stop
Date: Thu, 17 Nov 2016 13:00:47 +0000 (UTC)

branch: master
commit 7c3c0299cbdf3146fe60bba5536cdaf544244b01
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Update the mode-line after spinner-stop
---
 spinner.el |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/spinner.el b/spinner.el
index 12fafe6..ec0a64f 100644
--- a/spinner.el
+++ b/spinner.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2015 Free Software Foundation, Inc.
 
 ;; Author: Artur Malabarba <address@hidden>
-;; Version: 1.4
+;; Version: 1.5
 ;; URL: https://github.com/Malabarba/spinner.el
 ;; Keywords: processes mode-line
 
@@ -312,7 +312,8 @@ this time, in which case it won't display at all."
          (timer (spinner--timer spinner)))
     (when (timerp timer)
       (cancel-timer timer))
-    (setf (spinner--active-p spinner) nil)))
+    (setf (spinner--active-p spinner) nil)
+    (force-mode-line-update)))
 
 (provide 'spinner)
 



reply via email to

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