* src/xdisp.c (set_vertical_scroll_bar): Remove stale comment.
This commit is contained in:
parent
0699f80f85
commit
7dcea5a428
1 changed files with 0 additions and 2 deletions
|
@ -18942,8 +18942,6 @@ set_vertical_scroll_bar (struct window *w)
|
|||
|
||||
whole = BUF_ZV (buf) - BUF_BEGV (buf);
|
||||
start = marker_position (w->start) - BUF_BEGV (buf);
|
||||
/* I don't think this is guaranteed to be right. For the
|
||||
moment, we'll pretend it is. */
|
||||
end = BUF_Z (buf) - window_end_pos - BUF_BEGV (buf);
|
||||
|
||||
if (end < start)
|
||||
|
|
Loading…
Add table
Reference in a new issue