Mercurial > emacs
changeset 34598:afd90be3ed75
(x_create_tip_frame): Use unwind_create_tip_frame,
not unwind_create_frame.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 15 Dec 2000 12:06:34 +0000 |
parents | bb5915a138f6 |
children | 9266023b321c |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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