Follow get-buffer-create change

* src/pgtkfns.c (Fx_show_tip): Pass nil to get-buffer-create.
This commit is contained in:
Yuuki Harano 2020-12-27 03:25:22 +09:00
parent b64089c37b
commit ce14970f02

View file

@ -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));