]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fkill_buffer): Clear charpos cache if necessary.
authorKenichi Handa <handa@m17n.org>
Mon, 7 Jul 2003 01:46:10 +0000 (01:46 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 7 Jul 2003 01:46:10 +0000 (01:46 +0000)
src/ChangeLog
src/buffer.c

index 634bc3f9a611fe326f13406fad8124cade1aca08..174c2b471745306c45154c41cfa2d384acb7e7bb 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-07  Nozomu Ando  <nand@mac.com>  (tiny change)
+
+       * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
+
 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
 
        * alloc.c (live_float_p): Check that p is not past the `floats' array,
index 66454c7ecc23ee927850ec10d7602396ae2d7b28..b0f1a04e3f2fe4411abfe81a02d4905049f3aaaf 100644 (file)
@@ -1382,6 +1382,7 @@ with SIGHUP.  */)
 #endif /* CLASH_DETECTION */
 
   kill_buffer_processes (buf);
+  clear_charpos_cache (b);
 
   tem = Vinhibit_quit;
   Vinhibit_quit = Qt;