diff options
| author | Erik Naggum | 1996-01-02 19:11:31 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-01-02 19:11:31 +0000 |
| commit | b26dd9cb873f3b01ad015d6713af35bb13abe9de (patch) | |
| tree | 6b90d8713d7997d9f5211003a5efe445588815bd /src/buffer.c | |
| parent | e1bd1cb03777caaa363d6a84d4a0d9a5378e9365 (diff) | |
| download | emacs-b26dd9cb873f3b01ad015d6713af35bb13abe9de.tar.gz emacs-b26dd9cb873f3b01ad015d6713af35bb13abe9de.zip | |
(Fkill_buffer): Delete buffer from Vbuffer_alist after replacing it.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 0bebad30694..b1005afe24d 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1022,8 +1022,8 @@ with `delete-process'.") | |||
| 1022 | 1022 | ||
| 1023 | tem = Vinhibit_quit; | 1023 | tem = Vinhibit_quit; |
| 1024 | Vinhibit_quit = Qt; | 1024 | Vinhibit_quit = Qt; |
| 1025 | Vbuffer_alist = Fdelq (Frassq (buf, Vbuffer_alist), Vbuffer_alist); | ||
| 1026 | replace_buffer_in_all_windows (buf); | 1025 | replace_buffer_in_all_windows (buf); |
| 1026 | Vbuffer_alist = Fdelq (Frassq (buf, Vbuffer_alist), Vbuffer_alist); | ||
| 1027 | Vinhibit_quit = tem; | 1027 | Vinhibit_quit = tem; |
| 1028 | 1028 | ||
| 1029 | /* Delete any auto-save file, if we saved it in this session. */ | 1029 | /* Delete any auto-save file, if we saved it in this session. */ |