From: Yuuki Harano Date: Sat, 26 Dec 2020 18:25:22 +0000 (+0900) Subject: Follow get-buffer-create change X-Git-Tag: emacs-29.0.90~3747 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce14970f0268a5f27156aaf3612973c9d7b43780;p=emacs.git Follow get-buffer-create change * src/pgtkfns.c (Fx_show_tip): Pass nil to get-buffer-create. --- 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));