aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-09-20 05:17:41 +0000
committerKarl Heuer <[email protected]>1994-09-20 05:17:41 +0000
commit40284d6b4783bfc14110bdc585802e2e4d897397 (patch)
tree4a643eaead24124c3c7be226d903eadf955aa2a9 /src/indent.c
parentcb64230416f4d315bcc8048e984543e2b52384ab (diff)
(compute_motion): Fix comment.
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c
index b50fab4f6a..e34d1ec701 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -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