aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/window.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/window.el b/lisp/window.el
index ceab43f7cd3..5c4ff83d82d 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -9113,8 +9113,8 @@ accessible position."
9113 ;; wider than its frame's pixel width, its height 9113 ;; wider than its frame's pixel width, its height
9114 ;; remains unaltered. 9114 ;; remains unaltered.
9115 (width (+ (car (window-text-pixel-size 9115 (width (+ (car (window-text-pixel-size
9116 window (window-start) (point-max) 9116 window (window-start window) nil
9117 (frame-pixel-width) 9117 (frame-pixel-width (window-frame window))
9118 ;; Add one line-height to assure that 9118 ;; Add one line-height to assure that
9119 ;; we're on the safe side. This 9119 ;; we're on the safe side. This
9120 ;; overshoots when the first line below 9120 ;; overshoots when the first line below