diff options
| author | Eli Zaretskii | 2022-07-08 09:48:44 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-07-08 09:48:44 +0300 |
| commit | 9ea9533f1789ce61daf99b9bd484af3ce2780472 (patch) | |
| tree | 9672ca04b3deb78eeb1c03565f9a8a4e0b67db16 /src | |
| parent | c0c4600eceaed7134918437db9a5ea9c0e4b0c18 (diff) | |
| download | emacs-9ea9533f1789ce61daf99b9bd484af3ce2780472.tar.gz emacs-9ea9533f1789ce61daf99b9bd484af3ce2780472.zip | |
* src/xdisp.c (set_vertical_scroll_bar): Remove stale comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 0b88b434bc2..a583e102528 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -18891,8 +18891,6 @@ set_vertical_scroll_bar (struct window *w) | |||
| 18891 | { | 18891 | { |
| 18892 | whole = BUF_ZV (buf) - BUF_BEGV (buf); | 18892 | whole = BUF_ZV (buf) - BUF_BEGV (buf); |
| 18893 | start = marker_position (w->start) - BUF_BEGV (buf); | 18893 | start = marker_position (w->start) - BUF_BEGV (buf); |
| 18894 | /* I don't think this is guaranteed to be right. For the | ||
| 18895 | moment, we'll pretend it is. */ | ||
| 18896 | end = BUF_Z (buf) - window_end_pos - BUF_BEGV (buf); | 18894 | end = BUF_Z (buf) - window_end_pos - BUF_BEGV (buf); |
| 18897 | } | 18895 | } |
| 18898 | else | 18896 | else |