From: Richard M. Stallman Date: Fri, 6 Feb 1998 06:17:17 +0000 (+0000) Subject: (Fpop_to_buffer): Pass new arg to Fdisplay_buffer. X-Git-Tag: emacs-20.3~2221 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b17d7568d9603701421b82589e1bda664846e50;p=emacs.git (Fpop_to_buffer): Pass new arg to Fdisplay_buffer. --- 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; }