diff options
| author | Philip Kaludercic | 2021-06-13 20:00:59 +0200 |
|---|---|---|
| committer | Philip Kaludercic | 2021-06-13 20:00:59 +0200 |
| commit | e61bdd5a96c2961dbbbdfc75a51ce573eaf71d1f (patch) | |
| tree | 11f60c79cecd388db99193d0b1f343e122f5bff1 | |
| parent | a44e402b69b5d44afe1dfdd38fec7fcb57d8af38 (diff) | |
| download | emacs-e61bdd5a96c2961dbbbdfc75a51ce573eaf71d1f.tar.gz emacs-e61bdd5a96c2961dbbbdfc75a51ce573eaf71d1f.zip | |
Update activity string after switching to next active buffer
* rcirc.el (rcirc-next-active-buffer): Call rcirc-update-activity-string
| -rw-r--r-- | lisp/net/rcirc.el | 3 |
1 files changed, 2 insertions, 1 deletions
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." | |||
| 2154 | (concat | 2154 | (concat |
| 2155 | " Type C-u " (key-description (this-command-keys)) | 2155 | " Type C-u " (key-description (this-command-keys)) |
| 2156 | " for low priority activity.") | 2156 | " for low priority activity.") |
| 2157 | ""))))) | 2157 | "")))) |
| 2158 | (rcirc-update-activity-string)) | ||
| 2158 | 2159 | ||
| 2159 | (define-obsolete-variable-alias 'rcirc-activity-hooks | 2160 | (define-obsolete-variable-alias 'rcirc-activity-hooks |
| 2160 | 'rcirc-activity-functions "24.3") | 2161 | 'rcirc-activity-functions "24.3") |