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

index bd451679f26bd15ba7fa9d825d0ee4fb0867dc51..3fd496a0d7ff09d16ad99f77caae24c21ae56aac 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-06-10  Andreas Schwab  <schwab@suse.de>
 
        * window.c (window_scroll_pixel_based): Move outside a
index 29a90fb99c989a4f5f58691c60afcaa5b029f7d3..7a4fb3b69db2005397f6007f18ef0a16de6fbee7 100644 (file)
@@ -1302,6 +1302,7 @@ with SIGHUP.")
 #endif /* CLASH_DETECTION */
 
   kill_buffer_processes (buf);
+  clear_charpos_cache (b);
 
   tem = Vinhibit_quit;
   Vinhibit_quit = Qt;