# HG changeset patch # User Gerd Moellmann # Date 976881994 0 # Node ID afd90be3ed755a3e32e9634013ae7f009b613a36 # Parent bb5915a138f62803cc44fff32f98a4bae4195e83 (x_create_tip_frame): Use unwind_create_tip_frame, not unwind_create_frame. diff -r bb5915a138f6 -r afd90be3ed75 src/xfns.c --- a/src/xfns.c Fri Dec 15 11:51:04 2000 +0000 +++ b/src/xfns.c Fri Dec 15 12:06:34 2000 +0000 @@ -10410,7 +10410,7 @@ f = make_frame (1); XSETFRAME (frame, f); FRAME_CAN_HAVE_SCROLL_BARS (f) = 0; - record_unwind_protect (unwind_create_frame, frame); + record_unwind_protect (unwind_create_tip_frame, frame); /* By setting the output method, we're essentially saying that the frame is live, as per FRAME_LIVE_P. If we get a signal