diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fileio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index c5089cbe78d..1454ca921bd 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -4199,6 +4199,8 @@ actually used. */) /* Truncate the buffer to the size of the file. */ del_range_byte (same_at_start, same_at_end, 0); inserted = 0; + + unbind_to (this_count, Qnil); goto handled; } |