From ce14970f0268a5f27156aaf3612973c9d7b43780 Mon Sep 17 00:00:00 2001 From: Yuuki Harano Date: Sun, 27 Dec 2020 03:25:22 +0900 Subject: [PATCH] Follow get-buffer-create change * src/pgtkfns.c (Fx_show_tip): Pass nil to get-buffer-create. --- src/pgtkfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pgtkfns.c b/src/pgtkfns.c index 1bf1c612ff7..cf84163fee0 100644 --- a/src/pgtkfns.c +++ b/src/pgtkfns.c @@ -3208,7 +3208,7 @@ Text larger than the specified size is clipped. */) tip_f = XFRAME (tip_frame); window = FRAME_ROOT_WINDOW (tip_f); - tip_buf = Fget_buffer_create (tip); + tip_buf = Fget_buffer_create (tip, Qnil); /* We will mark the tip window a "pseudo-window" below, and such windows cannot have display margins. */ bset_left_margin_cols (XBUFFER (tip_buf), make_fixnum (0)); -- 2.39.5