mu4e: update window stays inside mu4e boundaries

This commit is contained in:
Titus von der Malsburg 2013-10-21 11:04:52 +02:00
parent 9ddb7510b9
commit 447a15e9bf
1 changed files with 1 additions and 1 deletions

View File

@ -814,7 +814,7 @@ Also scrolls to the final line, and update the progress throbber."
screen to display buffer BUF."
(let ((win
(split-window
(frame-root-window)
nil
(- (window-height (frame-root-window)) height))))
(set-window-buffer win buf)
(set-window-dedicated-p win t)