]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fpop_to_buffer): Pass new arg to Fdisplay_buffer.
authorRichard M. Stallman <rms@gnu.org>
Fri, 6 Feb 1998 06:17:17 +0000 (06:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 6 Feb 1998 06:17:17 +0000 (06:17 +0000)
src/buffer.c

index 35707adb663398470f537b0cb776b940191b31eb..a623fd5eba3e368cc23f764ed61ab079bbef3068 100644 (file)
@@ -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;
 }