* src/dispnew.c (syms_of_display): Move x-show-tooltip-timeout to
a common file to avoid breaking other systems.
beginning of the next redisplay). */
redisplay_dont_pause = true;
+ DEFVAR_LISP ("x-show-tooltip-timeout", Vx_show_tooltip_timeout,
+ doc: /* The default timeout (in seconds) for `x-show-tip'. */);
+ Vx_show_tooltip_timeout = make_fixnum (5);
+
DEFVAR_LISP ("tab-bar-position", Vtab_bar_position,
doc: /* Specify on which side from the tool bar the tab bar shall be.
Possible values are t (below the tool bar), nil (above the tool bar).
}
#endif
- DEFVAR_LISP ("x-show-tooltip-timeout", Vx_show_tooltip_timeout,
- doc: /* The default timeout (in seconds) for `x-show-tip'. */);
- Vx_show_tooltip_timeout = make_fixnum (5);
-
/* X window properties. */
defsubr (&Sx_change_window_property);
defsubr (&Sx_delete_window_property);