1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(Fpop_to_buffer): Pass new arg to Fdisplay_buffer.

This commit is contained in:
Richard M. Stallman 1998-02-06 06:17:17 +00:00
parent e8fb3d5a5f
commit 6b17d7568d

View 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;
}