From: Kenichi Handa Date: Thu, 27 Nov 1997 12:12:50 +0000 (+0000) Subject: (invalidate_current_column): Declare it as void. X-Git-Tag: emacs-20.3~2702 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c9667ae1a905f9597e012e092bc8aaef1aa49dd7;p=emacs.git (invalidate_current_column): Declare it as void. --- diff --git a/src/indent.c b/src/indent.c index b6806f628f7..b4592a2dddf 100644 --- a/src/indent.c +++ b/src/indent.c @@ -282,6 +282,7 @@ however, ^M is treated as end of line when `selective-display' is t.") /* Cancel any recorded value of the horizontal position. */ +void invalidate_current_column () { last_known_column_point = 0;