From c9667ae1a905f9597e012e092bc8aaef1aa49dd7 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 27 Nov 1997 12:12:50 +0000 Subject: [PATCH] (invalidate_current_column): Declare it as void. --- src/indent.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2