Mercurial > emacs
changeset 20853:58bb74217a10
(Fpop_to_buffer): Pass new arg to Fdisplay_buffer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 06 Feb 1998 06:17:17 +0000 |
parents | 51fc8872fa32 |
children | 2d4cea4b9e81 |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Fri Feb 06 06:12:29 1998 +0000 +++ b/src/buffer.c Fri Feb 06 06:17:17 1998 +0000 @@ -1357,7 +1357,7 @@ 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; }