diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/indent.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/indent.c b/src/indent.c index 9561927167d..de85e1f0d0c 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -83,6 +83,13 @@ however, ^M is treated as end of line when `selective-display' is t.") | |||
| 83 | return temp; | 83 | return temp; |
| 84 | } | 84 | } |
| 85 | 85 | ||
| 86 | /* Cancel any recorded value of the horizontal position. */ | ||
| 87 | |||
| 88 | invalidate_current_column () | ||
| 89 | { | ||
| 90 | last_known_column_point = 0; | ||
| 91 | } | ||
| 92 | |||
| 86 | int | 93 | int |
| 87 | current_column () | 94 | current_column () |
| 88 | { | 95 | { |