mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Fix: (ement-view-room) Go to end of buffer
This commit is contained in:
parent
e71fe3ee31
commit
210543b9bd
1 changed files with 2 additions and 1 deletions
3
ement.el
3
ement.el
|
@ -177,7 +177,8 @@ be read, but other commands in them won't work."
|
|||
(setf (ement-room-display-name room)
|
||||
(ement--room-display-name room)))
|
||||
ement-room-buffer-name-suffix)))
|
||||
(pop-to-buffer (ement-room--buffer session room buffer-name))))
|
||||
(pop-to-buffer (ement-room--buffer session room buffer-name))
|
||||
(goto-char (point-max))))
|
||||
|
||||
;;;; Functions
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue