mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 21:20:45 -08:00
(x_create_tip_frame): Use unwind_create_tip_frame,
not unwind_create_frame.
This commit is contained in:
parent
3ffa545ba6
commit
8a1a774333
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue