mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 21:07:36 +00:00
Update activity string after switching to next active buffer
* rcirc.el (rcirc-next-active-buffer): Call rcirc-update-activity-string
This commit is contained in:
parent
a44e402b69
commit
e61bdd5a96
1 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue