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:
parent
e8fb3d5a5f
commit
6b17d7568d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user