diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/indent.c | 1 |
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 | ||
| 285 | void | ||
| 285 | invalidate_current_column () | 286 | invalidate_current_column () |
| 286 | { | 287 | { |
| 287 | last_known_column_point = 0; | 288 | last_known_column_point = 0; |