aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman1998-02-06 06:17:17 +0000
committerRichard M. Stallman1998-02-06 06:17:17 +0000
commit6b17d7568d9603701421b82589e1bda664846e50 (patch)
treec474df5567ca99ffd5c657304332166f22776467 /src/buffer.c
parente8fb3d5a5f1e0d95a04fcb44ed4004cbe57e12bd (diff)
downloademacs-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.c2
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