aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/indent.c1
1 files changed, 1 insertions, 0 deletions
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.")
282 282
283/* Cancel any recorded value of the horizontal position. */ 283/* Cancel any recorded value of the horizontal position. */
284 284
285void
285invalidate_current_column () 286invalidate_current_column ()
286{ 287{
287 last_known_column_point = 0; 288 last_known_column_point = 0;