comparison src/buffer.c @ 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 f3dc77591fe2
children 9f5665eb77bd
comparison
equal deleted inserted replaced
51781:bd0acf8d5f97 51782:3b58843e8f3f
1380 /* Unlock this buffer's file, if it is locked. */ 1380 /* Unlock this buffer's file, if it is locked. */
1381 unlock_buffer (b); 1381 unlock_buffer (b);
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;
1388 replace_buffer_in_all_windows (buf); 1389 replace_buffer_in_all_windows (buf);
1389 Vbuffer_alist = Fdelq (Frassq (buf, Vbuffer_alist), Vbuffer_alist); 1390 Vbuffer_alist = Fdelq (Frassq (buf, Vbuffer_alist), Vbuffer_alist);