aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorKenichi Handa2003-07-07 01:46:10 +0000
committerKenichi Handa2003-07-07 01:46:10 +0000
commitb93fb365b3a763c40aed774307dc053472a28f79 (patch)
tree0b1ddac5cff273e8faa3f281e51ed98975ea0e4c /src/buffer.c
parentf9b9ccef8e30c20c68b185db50bafaf823552f9c (diff)
downloademacs-b93fb365b3a763c40aed774307dc053472a28f79.tar.gz
emacs-b93fb365b3a763c40aed774307dc053472a28f79.zip
(Fkill_buffer): Clear charpos cache if necessary.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
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;