aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index c88cc04d52a..8eef44c2555 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1557,7 +1557,7 @@ selected window if it is displayed there.")
1557 Vbuffer_alist = nconc2 (Vbuffer_alist, link); 1557 Vbuffer_alist = nconc2 (Vbuffer_alist, link);
1558 } 1558 }
1559 1559
1560 frames_bury_buffer (buffer) 1560 frames_bury_buffer (buffer);
1561 1561
1562 return Qnil; 1562 return Qnil;
1563} 1563}