diff options
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c index e8c1aef3503..fe5b039625f 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3347,6 +3347,9 @@ save_restriction_restore (data) | |||
| 3347 | } | 3347 | } |
| 3348 | } | 3348 | } |
| 3349 | 3349 | ||
| 3350 | /* Changing the buffer bounds invalidates any recorded current column. */ | ||
| 3351 | invalidate_current_column (); | ||
| 3352 | |||
| 3350 | if (cur) | 3353 | if (cur) |
| 3351 | set_buffer_internal (cur); | 3354 | set_buffer_internal (cur); |
| 3352 | 3355 | ||