Mercurial > emacs
changeset 61375:2d12aad1548c
(syms_of_xdisp): Init overlay-arrow-string to "=>".
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 08 Apr 2005 07:45:59 +0000 |
parents | ff323651525b |
children | 15f4c9e1a9b2 865f9b91fdbe |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Fri Apr 08 07:45:43 2005 +0000 +++ b/src/xdisp.c Fri Apr 08 07:45:59 2005 +0000 @@ -22610,7 +22610,7 @@ 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.