changeset 1346:5e27c3e71a78

(make_frame): Pass 2nd arg to Fother_buffer.
author Richard M. Stallman <rms@gnu.org>
date Tue, 06 Oct 1992 00:02:52 +0000
parents 9596a1866aee
children ac3a893b9bb9
files src/frame.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Tue Oct 06 00:02:06 1992 +0000
+++ b/src/frame.c	Tue Oct 06 00:02:52 1992 +0000
@@ -199,7 +199,7 @@
     /* If buf is a 'hidden' buffer (i.e. one whose name starts with
        a space), try to find another one.  */
     if (XSTRING (Fbuffer_name (buf))->data[0] == ' ')
-      buf = Fother_buffer (buf);
+      buf = Fother_buffer (buf, Qnil);
     Fset_window_buffer (root_window, buf);
   }