diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 66454c7ecc2..b0f1a04e3f2 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1382,6 +1382,7 @@ with SIGHUP. */) | |||
| 1382 | #endif /* CLASH_DETECTION */ | 1382 | #endif /* CLASH_DETECTION */ |
| 1383 | 1383 | ||
| 1384 | kill_buffer_processes (buf); | 1384 | kill_buffer_processes (buf); |
| 1385 | clear_charpos_cache (b); | ||
| 1385 | 1386 | ||
| 1386 | tem = Vinhibit_quit; | 1387 | tem = Vinhibit_quit; |
| 1387 | Vinhibit_quit = Qt; | 1388 | Vinhibit_quit = Qt; |