summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-02-06 06:17:17 +0000
committerRichard M. Stallman <rms@gnu.org>1998-02-06 06:17:17 +0000
commitad0c9182374e1b2e44b34ba0748975dbfe38b2c8 (patch)
tree078548946baa556e5833ba4a16e3771caa8f4410
parent30cf28076a27ae82cfb651aa9a71dfd7e52e91ca (diff)
downloademacs-ad0c9182374e1b2e44b34ba0748975dbfe38b2c8.tar.gz
(Fpop_to_buffer): Pass new arg to Fdisplay_buffer.
-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;
}