aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 02518193264..0bebad30694 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1023,7 +1023,7 @@ with `delete-process'.")
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); 1025 Vbuffer_alist = Fdelq (Frassq (buf, Vbuffer_alist), Vbuffer_alist);
1026 Freplace_buffer_in_windows (buf); 1026 replace_buffer_in_all_windows (buf);
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. */