Skip to content

Commit 2e87add

Browse files
committed
Use straight window-end
1 parent 571b11f commit 2e87add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-scroll-bar.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ and SHOW-H."
163163
(with-selected-window win
164164
(if (auto-scroll-bar--disabled-p)
165165
(auto-scroll-bar--update win nil nil)
166-
(let* ((wend (window-end nil t))
166+
(let* ((wend (window-end nil t))
167167
(wstart (window-start))
168168
(show-v (auto-scroll-bar--show-v-p wstart wend))
169169
(show-h (auto-scroll-bar--show-h-p wstart wend)))

0 commit comments

Comments
 (0)