(Fkill_buffer): Delete buffer from Vbuffer_alist after replacing it.
This commit is contained in:
parent
e1bd1cb037
commit
b26dd9cb87
1 changed files with 1 additions and 1 deletions
|
@ -1022,8 +1022,8 @@ with `delete-process'.")
|
|||
|
||||
tem = Vinhibit_quit;
|
||||
Vinhibit_quit = Qt;
|
||||
Vbuffer_alist = Fdelq (Frassq (buf, Vbuffer_alist), Vbuffer_alist);
|
||||
replace_buffer_in_all_windows (buf);
|
||||
Vbuffer_alist = Fdelq (Frassq (buf, Vbuffer_alist), Vbuffer_alist);
|
||||
Vinhibit_quit = tem;
|
||||
|
||||
/* Delete any auto-save file, if we saved it in this session. */
|
||||
|
|
Loading…
Add table
Reference in a new issue