Merge pull request #305 from tmalsburg/master

* mu4e: update window stays inside mu4e boundaries
This commit is contained in:
Dirk-Jan C. Binnema 2013-11-16 06:26:41 -08:00
commit 980f786ae3
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)