diff options
| author | Kim F. Storm | 2005-04-08 07:45:59 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-04-08 07:45:59 +0000 |
| commit | 5b4879885e61279efd5a779369deeddfeea8c1fd (patch) | |
| tree | b0e93cc4ae62572773669d7507a6934fb25e4128 /src | |
| parent | 9ba27690ae44fb6fba3140037271c2d21dc7c97f (diff) | |
| download | emacs-5b4879885e61279efd5a779369deeddfeea8c1fd.tar.gz emacs-5b4879885e61279efd5a779369deeddfeea8c1fd.zip | |
(syms_of_xdisp): Init overlay-arrow-string to "=>".
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index d463a3d7fcd..e3e1048aaea 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -22610,7 +22610,7 @@ See also `overlay-arrow-string'. */); | |||
| 22610 | DEFVAR_LISP ("overlay-arrow-string", &Voverlay_arrow_string, | 22610 | DEFVAR_LISP ("overlay-arrow-string", &Voverlay_arrow_string, |
| 22611 | doc: /* String to display as an arrow in non-window frames. | 22611 | doc: /* String to display as an arrow in non-window frames. |
| 22612 | See also `overlay-arrow-position'. */); | 22612 | See also `overlay-arrow-position'. */); |
| 22613 | Voverlay_arrow_string = Qnil; | 22613 | Voverlay_arrow_string = build_string ("=>"); |
| 22614 | 22614 | ||
| 22615 | DEFVAR_LISP ("overlay-arrow-variable-list", &Voverlay_arrow_variable_list, | 22615 | DEFVAR_LISP ("overlay-arrow-variable-list", &Voverlay_arrow_variable_list, |
| 22616 | doc: /* List of variables (symbols) which hold markers for overlay arrows. | 22616 | doc: /* List of variables (symbols) which hold markers for overlay arrows. |