diff options
| -rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index d7fdceb2058..abd1a68b1f0 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -8452,7 +8452,7 @@ of WINDOW. | |||
| 8452 | Optional argument LEFT, if non-nil, means to return values suitable for | 8452 | Optional argument LEFT, if non-nil, means to return values suitable for |
| 8453 | buffers displaying right to left text." | 8453 | buffers displaying right to left text." |
| 8454 | ;; Process lines as returned by ‘window-lines-pixel-dimensions’. | 8454 | ;; Process lines as returned by ‘window-lines-pixel-dimensions’. |
| 8455 | ;; STACK is a stack that contains rows that have to be processed yet. | 8455 | ;; STACK is a stack that contains rows that have yet to be processed. |
| 8456 | (let* ((window (window-normalize-window window t)) | 8456 | (let* ((window (window-normalize-window window t)) |
| 8457 | (disjoint (and (consp count) (cdr count))) | 8457 | (disjoint (and (consp count) (cdr count))) |
| 8458 | (count (or (and (numberp count) count) | 8458 | (count (or (and (numberp count) count) |