# HG changeset patch # User Stefan Monnier # Date 1188424060 0 # Node ID 0a6fac24d74d7f123b2cace22438d8e60388210d # Parent 14a686983252e3f9bc3b96e9a0e3adc9dc369af7 (make_terminal_frame): Yet Another Int/Lisp_Object Mixup. (Fmodify_frame_parameters): Return a value. diff -r 14a686983252 -r 0a6fac24d74d src/frame.c --- a/src/frame.c Wed Aug 29 21:47:11 2007 +0000 +++ b/src/frame.c Wed Aug 29 21:47:40 2007 +0000 @@ -625,7 +625,7 @@ FRAME_VERTICAL_SCROLL_BAR_TYPE (f) = vertical_scroll_bar_none; /* Set the top frame to the newly created frame. */ - if (FRAME_TTY (f)->top_frame + if (FRAMEP (FRAME_TTY (f)->top_frame) && FRAME_LIVE_P (XFRAME (FRAME_TTY (f)->top_frame))) XFRAME (FRAME_TTY (f)->top_frame)->async_visible = 2; /* obscured */ @@ -2613,6 +2613,7 @@ call1 (Qframe_set_background_mode, frame); } } + return Qnil; } DEFUN ("frame-with-environment", Fframe_with_environment, Sframe_with_environment, 0, 1, 0,