1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00

(Fkill_buffer): Use replace_buffer_in_all_windows.

This commit is contained in:
Richard M. Stallman 1996-01-02 08:54:40 +00:00
parent bdbc768529
commit 00550f94af

View 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. */