diff src/buffer.c @ 13917:c7c63fcb828e

(Fkill_buffer): Use replace_buffer_in_all_windows.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 Jan 1996 08:54:40 +0000
parents 71c14edf7d6d
children 5636ed4243ec
line wrap: on
line diff
--- a/src/buffer.c	Tue Jan 02 06:35:43 1996 +0000
+++ b/src/buffer.c	Tue Jan 02 08:54:40 1996 +0000
@@ -1023,7 +1023,7 @@
   tem = Vinhibit_quit;
   Vinhibit_quit = Qt;
   Vbuffer_alist = Fdelq (Frassq (buf, Vbuffer_alist), Vbuffer_alist);
-  Freplace_buffer_in_windows (buf);
+  replace_buffer_in_all_windows (buf);
   Vinhibit_quit = tem;
 
   /* Delete any auto-save file, if we saved it in this session.  */