From: Philip Kaludercic Date: Sun, 13 Jun 2021 18:00:59 +0000 (+0200) Subject: Update activity string after switching to next active buffer X-Git-Tag: emacs-28.0.90~1748^2~18 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e61bdd5a96c2961dbbbdfc75a51ce573eaf71d1f;p=emacs.git Update activity string after switching to next active buffer * rcirc.el (rcirc-next-active-buffer): Call rcirc-update-activity-string --- 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")