comparison src/xdisp.c @ 83285:865f9b91fdbe

Merged from miles@gnu.org--gnu-2005 (patch 56-58, 232-239) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-232 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-233 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-234 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-235 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-236 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-237 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-238 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-239 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-56 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-57 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-58 Collapse feature addition/removal within single ChangeLog entry git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-325
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 08 Apr 2005 16:25:22 +0000
parents 360860a0006f 2d12aad1548c
children 2c2b97b30980
comparison
equal deleted inserted replaced
83284:360860a0006f 83285:865f9b91fdbe
22610 Voverlay_arrow_position = Qnil; 22610 Voverlay_arrow_position = Qnil;
22611 22611
22612 DEFVAR_LISP ("overlay-arrow-string", &Voverlay_arrow_string, 22612 DEFVAR_LISP ("overlay-arrow-string", &Voverlay_arrow_string,
22613 doc: /* String to display as an arrow in non-window frames. 22613 doc: /* String to display as an arrow in non-window frames.
22614 See also `overlay-arrow-position'. */); 22614 See also `overlay-arrow-position'. */);
22615 Voverlay_arrow_string = Qnil; 22615 Voverlay_arrow_string = build_string ("=>");
22616 22616
22617 DEFVAR_LISP ("overlay-arrow-variable-list", &Voverlay_arrow_variable_list, 22617 DEFVAR_LISP ("overlay-arrow-variable-list", &Voverlay_arrow_variable_list,
22618 doc: /* List of variables (symbols) which hold markers for overlay arrows. 22618 doc: /* List of variables (symbols) which hold markers for overlay arrows.
22619 The symbols on this list are examined during redisplay to determine 22619 The symbols on this list are examined during redisplay to determine
22620 where to display overlay arrows. */); 22620 where to display overlay arrows. */);