emacs-diffs
[Top][All Lists]
Advanced

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

feature/rcirc-update 21148f6: Force mode line update after modifying act


From: Philip Kaludercic
Subject: feature/rcirc-update 21148f6: Force mode line update after modifying activity string
Date: Wed, 16 Jun 2021 03:43:11 -0400 (EDT)

branch: feature/rcirc-update
commit 21148f67f1f99581fe6fc96afd80f33ae3365ede
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Force mode line update after modifying activity string
    
    * rcirc.el (rcirc-update-activity-string): Call force-mode-line-update
---
 lisp/net/rcirc.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el
index d4f0ccd..561589c 100644
--- a/lisp/net/rcirc.el
+++ b/lisp/net/rcirc.el
@@ -2245,7 +2245,8 @@ activity.  Only run if the buffer is not visible and
                ((not (null (rcirc-process-list)))
                 "[]")
                (t "[]")))
-    (run-hooks 'rcirc-update-activity-string-hook)))
+    (run-hooks 'rcirc-update-activity-string-hook)
+    (force-mode-line-update t)))
 
 (defun rcirc-activity-string (buffers)
   "Generate activity string for all BUFFERS."



reply via email to

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