From: Karl Heuer Date: Tue, 20 Sep 1994 05:17:41 +0000 (+0000) Subject: (compute_motion): Fix comment. X-Git-Tag: emacs-19.34~6908 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40284d6b4783bfc14110bdc585802e2e4d897397;p=emacs.git (compute_motion): Fix comment. --- 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; 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