aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 6a96ba3ea11..b36865cc95e 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -199,7 +199,7 @@ make_frame (mini_p)
199 /* If buf is a 'hidden' buffer (i.e. one whose name starts with 199 /* If buf is a 'hidden' buffer (i.e. one whose name starts with
200 a space), try to find another one. */ 200 a space), try to find another one. */
201 if (XSTRING (Fbuffer_name (buf))->data[0] == ' ') 201 if (XSTRING (Fbuffer_name (buf))->data[0] == ' ')
202 buf = Fother_buffer (buf); 202 buf = Fother_buffer (buf, Qnil);
203 Fset_window_buffer (root_window, buf); 203 Fset_window_buffer (root_window, buf);
204 } 204 }
205 205