From: Gerd Moellmann Date: Fri, 15 Dec 2000 12:06:34 +0000 (+0000) Subject: (x_create_tip_frame): Use unwind_create_tip_frame, X-Git-Tag: emacs-pretest-21.0.95~495 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a1a77433361ff03d7c8b51151fc5cbc1ce7a452;p=emacs.git (x_create_tip_frame): Use unwind_create_tip_frame, not unwind_create_frame. --- diff --git a/src/xfns.c b/src/xfns.c index 04ef282a175..0def9ac3af5 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -10410,7 +10410,7 @@ x_create_tip_frame (dpyinfo, parms) 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