Follow get-buffer-create change
* src/pgtkfns.c (Fx_show_tip): Pass nil to get-buffer-create.
This commit is contained in:
parent
b64089c37b
commit
ce14970f02
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue