]> git.eshelyaron.com Git - emacs.git/commitdiff
Follow get-buffer-create change
authorYuuki Harano <masm+github@masm11.me>
Sat, 26 Dec 2020 18:25:22 +0000 (03:25 +0900)
committerYuuki Harano <masm+github@masm11.me>
Sat, 26 Dec 2020 18:25:22 +0000 (03:25 +0900)
* src/pgtkfns.c (Fx_show_tip): Pass nil to get-buffer-create.

src/pgtkfns.c

index 1bf1c612ff745da28f1678f3ae226aea85108ae1..cf84163fee0d27253e0fe7ff2489113740e764d8 100644 (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));