]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fkill_buffer): Use replace_buffer_in_all_windows.
authorRichard M. Stallman <rms@gnu.org>
Tue, 2 Jan 1996 08:54:40 +0000 (08:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 2 Jan 1996 08:54:40 +0000 (08:54 +0000)
src/buffer.c

index 02518193264443ac1bebeaadc3b8a0b7979bf436..0bebad306948761a243fc29e7400836964cc524e 100644 (file)
@@ -1023,7 +1023,7 @@ with `delete-process'.")
   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.  */