From e61bdd5a96c2961dbbbdfc75a51ce573eaf71d1f Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 13 Jun 2021 20:00:59 +0200 Subject: [PATCH] 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 50ddb6ca050..400facf3440 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") -- 2.39.2