mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 17:01:39 -05:00
WIP: (ement-room-scroll-up-mark-read) ement-taxy-room-list-mode
This commit is contained in:
parent
9a0740fc39
commit
03eea1570f
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ Interactively, set the current buffer's ROOM's TOPIC."
|
|||
(lambda (data) (ement-event-p data))))))
|
||||
(set-buffer-modified-p nil)
|
||||
(bury-buffer)
|
||||
(when (equal major-mode 'ement-room-list-mode)
|
||||
(when (member major-mode '(ement-room-list-mode ement-taxy-room-list-mode))
|
||||
;; Back in the room-list buffer: revert it.
|
||||
(revert-buffer)))
|
||||
(condition-case _err
|
||||
|
|
Loading…
Add table
Reference in a new issue