diff options
| author | Richard M. Stallman | 1998-02-06 06:17:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-02-06 06:17:17 +0000 |
| commit | 6b17d7568d9603701421b82589e1bda664846e50 (patch) | |
| tree | c474df5567ca99ffd5c657304332166f22776467 /src/buffer.c | |
| parent | e8fb3d5a5f1e0d95a04fcb44ed4004cbe57e12bd (diff) | |
| download | emacs-6b17d7568d9603701421b82589e1bda664846e50.tar.gz emacs-6b17d7568d9603701421b82589e1bda664846e50.zip | |
(Fpop_to_buffer): Pass new arg to Fdisplay_buffer.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 35707adb663..a623fd5eba3 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1357,7 +1357,7 @@ do not put this buffer at the front of the list of recently selected ones.") | |||
| 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 | ||