From ad0c9182374e1b2e44b34ba0748975dbfe38b2c8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 6 Feb 1998 06:17:17 +0000 Subject: (Fpop_to_buffer): Pass new arg to Fdisplay_buffer. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.1