(syms_of_xdisp): Init overlay-arrow-string to "=>".

This commit is contained in:
Kim F. Storm 2005-04-08 07:45:59 +00:00
parent 9ba27690ae
commit 5b4879885e

View file

@ -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.