changeset 51782:3b58843e8f3f

(Fkill_buffer): Clear charpos cache if necessary.
author Kenichi Handa <handa@m17n.org>
date Mon, 07 Jul 2003 01:45:49 +0000
parents bd0acf8d5f97
children cb587792069b
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Sun Jul 06 23:26:09 2003 +0000
+++ b/src/buffer.c	Mon Jul 07 01:45:49 2003 +0000
@@ -1382,6 +1382,7 @@
 #endif /* CLASH_DETECTION */
 
   kill_buffer_processes (buf);
+  clear_charpos_cache (b);
 
   tem = Vinhibit_quit;
   Vinhibit_quit = Qt;