]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xdisp): Init overlay-arrow-string to "=>".
authorKim F. Storm <storm@cua.dk>
Fri, 8 Apr 2005 07:45:59 +0000 (07:45 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 8 Apr 2005 07:45:59 +0000 (07:45 +0000)
src/xdisp.c

index d463a3d7fcd79a4abed94c020720fff698d472ea..e3e1048aaea19be63c3fba6c8bdccba5baa29c5a 100644 (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.