1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(Electric-pop-up-window): Call window-end with UPDATE set to t.

This commit is contained in:
Martin Rudalics 2008-11-04 07:27:15 +00:00
parent d7377c46bc
commit 0e87e61e29

View file

@ -155,7 +155,7 @@
(switch-to-buffer buf)))
;; Don't shrink the window, but expand it if necessary.
(goto-char (point-min))
(unless (= (point-max) (window-end win))
(unless (= (point-max) (window-end win t))
(fit-window-to-buffer win max-height))
win)))