]> git.eshelyaron.com Git - emacs.git/commitdiff
Update activity string after switching to next active buffer
authorPhilip Kaludercic <philipk@posteo.net>
Sun, 13 Jun 2021 18:00:59 +0000 (20:00 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sun, 13 Jun 2021 18:00:59 +0000 (20:00 +0200)
* rcirc.el (rcirc-next-active-buffer): Call rcirc-update-activity-string

lisp/net/rcirc.el

index 50ddb6ca0506dde47f1c6c65e00c450854e08a83..400facf3440cdc3c9625dbc7215add27519aad3d 100644 (file)
@@ -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")