aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/indent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c
index b50fab4f6a4..e34d1ec701d 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -417,7 +417,7 @@ struct position val_compute_motion;
417 417
418 window_width - 1 418 window_width - 1
419 - (has_vertical_scroll_bars 419 - (has_vertical_scroll_bars
420 ? VERTICAL_SCROLL_BAR_WIDTH 420 ? FRAME_SCROLL_BAR_COLS (XFRAME (window->frame))
421 : (window_width + window_left != frame_width)) 421 : (window_width + window_left != frame_width))
422 422
423 where 423 where