Mercurial > emacs
diff src/frame.c @ 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 | a2d017a57391 |
children | a4a205bdd2c1 |
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); }