summaryrefslogtreecommitdiff
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 35707adb663..a623fd5eba3 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1357,7 +1357,7 @@ do not put this buffer at the front of the list of recently selected ones.")
Fset_buffer (buf);
if (NILP (norecord))
record_buffer (buf);
- Fselect_window (Fdisplay_buffer (buf, other_window));
+ Fselect_window (Fdisplay_buffer (buf, other_window, Qnil));
return buf;
}