]> git.eshelyaron.com Git - emacs.git/commitdiff
(compute_motion): Fix comment.
authorKarl Heuer <kwzh@gnu.org>
Tue, 20 Sep 1994 05:17:41 +0000 (05:17 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 20 Sep 1994 05:17:41 +0000 (05:17 +0000)
src/indent.c

index b50fab4f6a4bf056ceefaeb983ffe3a0f6c0a445..e34d1ec701de334fc8add5a5c14a2c245ce8988e 100644 (file)
@@ -417,7 +417,7 @@ struct position val_compute_motion;
 
        window_width - 1
         - (has_vertical_scroll_bars
-           ? VERTICAL_SCROLL_BAR_WIDTH
+           ? FRAME_SCROLL_BAR_COLS (XFRAME (window->frame))
            : (window_width + window_left != frame_width))
 
        where