mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(tooltip-gud-display): Use gud-overlay-arrow-position.
This commit is contained in:
parent
4f5f7887b1
commit
30044d57a8
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ position to pop up the tooltip."
|
|||
|
||||
(defcustom tooltip-gud-display
|
||||
'((eq (tooltip-event-buffer tooltip-gud-event)
|
||||
(marker-buffer overlay-arrow-position)))
|
||||
(marker-buffer gud-overlay-arrow-position)))
|
||||
"List of forms determining where GUD tooltips are displayed.
|
||||
|
||||
Forms in the list are combined with AND. The default is to display
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue