Mercurial > emacs
comparison lisp/tooltip.el @ 61128:dd51ca9ed348
(tooltip-gud-display): Use gud-overlay-arrow-position.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 30 Mar 2005 08:33:43 +0000 |
parents | b39c6b2034fa |
children | 22abf0130979 4da4a09e8b1b |
comparison
equal
deleted
inserted
replaced
61127:8348cfc36c7e | 61128:dd51ca9ed348 |
---|---|
128 :tag "GUD modes" | 128 :tag "GUD modes" |
129 :group 'tooltip) | 129 :group 'tooltip) |
130 | 130 |
131 (defcustom tooltip-gud-display | 131 (defcustom tooltip-gud-display |
132 '((eq (tooltip-event-buffer tooltip-gud-event) | 132 '((eq (tooltip-event-buffer tooltip-gud-event) |
133 (marker-buffer overlay-arrow-position))) | 133 (marker-buffer gud-overlay-arrow-position))) |
134 "List of forms determining where GUD tooltips are displayed. | 134 "List of forms determining where GUD tooltips are displayed. |
135 | 135 |
136 Forms in the list are combined with AND. The default is to display | 136 Forms in the list are combined with AND. The default is to display |
137 only tooltips in the buffer containing the overlay arrow." | 137 only tooltips in the buffer containing the overlay arrow." |
138 :type 'sexp | 138 :type 'sexp |