emacs-diffs
[Top][All Lists]
Advanced

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

feature/rcirc-update e61bdd5 2/8: Update activity string after switching


From: Philip Kaludercic
Subject: feature/rcirc-update e61bdd5 2/8: Update activity string after switching to next active buffer
Date: Tue, 15 Jun 2021 12:46:41 -0400 (EDT)

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

    Update activity string after switching to next active buffer
    
    * rcirc.el (rcirc-next-active-buffer): Call rcirc-update-activity-string
---
 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 50ddb6c..400facf 100644
--- a/lisp/net/rcirc.el
+++ b/lisp/net/rcirc.el
@@ -2154,7 +2154,8 @@ With prefix ARG, go to the next low priority buffer with 
activity."
                    (concat
                     "  Type C-u " (key-description (this-command-keys))
                     " for low priority activity.")
-                 "")))))
+                 ""))))
+  (rcirc-update-activity-string))
 
 (define-obsolete-variable-alias 'rcirc-activity-hooks
   'rcirc-activity-functions "24.3")



reply via email to

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