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:
parent
d7377c46bc
commit
0e87e61e29
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue