Mercurial > emacs
diff src/buffer.c @ 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 | d43ba5d91281 |
| children | 83f23c9f7c4d |
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; }
