diff options
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. */ |