Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 20852:51fc8872fa32 | 20853:58bb74217a10 |
|---|---|
| 1355 } | 1355 } |
| 1356 } | 1356 } |
| 1357 Fset_buffer (buf); | 1357 Fset_buffer (buf); |
| 1358 if (NILP (norecord)) | 1358 if (NILP (norecord)) |
| 1359 record_buffer (buf); | 1359 record_buffer (buf); |
| 1360 Fselect_window (Fdisplay_buffer (buf, other_window)); | 1360 Fselect_window (Fdisplay_buffer (buf, other_window, Qnil)); |
| 1361 return buf; | 1361 return buf; |
| 1362 } | 1362 } |
| 1363 | 1363 |
| 1364 DEFUN ("current-buffer", Fcurrent_buffer, Scurrent_buffer, 0, 0, 0, | 1364 DEFUN ("current-buffer", Fcurrent_buffer, Scurrent_buffer, 0, 0, 0, |
| 1365 "Return the current buffer as a Lisp object.") | 1365 "Return the current buffer as a Lisp object.") |
