From 9d42d31f24040706fe965e7c586b640471b12861 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 28 Mar 2013 15:54:21 +0200 Subject: [PATCH] Fix inaccuracy in a comment. --- src/indent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/indent.c b/src/indent.c index ac448532dd4..b662b3bbaa0 100644 --- a/src/indent.c +++ b/src/indent.c @@ -1088,8 +1088,8 @@ static struct position val_compute_motion; : (window_width + window_left != frame_cols)) where - window_width is XFASTINT (w->total_cols), - window_left is XFASTINT (w->left_col), + window_width is w->total_cols, + window_left is w->left_col, has_vertical_scroll_bars is WINDOW_HAS_VERTICAL_SCROLL_BAR (window) and frame_cols = FRAME_COLS (XFRAME (window->frame)) -- 2.39.2