changeset 8946:f2249e034d50

(compute_motion): Fix comment.
author Karl Heuer <kwzh@gnu.org>
date Tue, 20 Sep 1994 05:17:41 +0000
parents 4a2b3d7c2394
children a6254c24d670
files src/indent.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/indent.c	Tue Sep 20 05:15:25 1994 +0000
+++ b/src/indent.c	Tue Sep 20 05:17:41 1994 +0000
@@ -417,7 +417,7 @@
 
 	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