(syms_of_xdisp): Init overlay-arrow-string to "=>".
This commit is contained in:
parent
9ba27690ae
commit
5b4879885e
1 changed files with 1 additions and 1 deletions
|
@ -22610,7 +22610,7 @@ See also `overlay-arrow-string'. */);
|
|||
DEFVAR_LISP ("overlay-arrow-string", &Voverlay_arrow_string,
|
||||
doc: /* String to display as an arrow in non-window frames.
|
||||
See also `overlay-arrow-position'. */);
|
||||
Voverlay_arrow_string = Qnil;
|
||||
Voverlay_arrow_string = build_string ("=>");
|
||||
|
||||
DEFVAR_LISP ("overlay-arrow-variable-list", &Voverlay_arrow_variable_list,
|
||||
doc: /* List of variables (symbols) which hold markers for overlay arrows.
|
||||
|
|
Loading…
Add table
Reference in a new issue