aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-03-30 08:33:43 +0000
committerNick Roberts2005-03-30 08:33:43 +0000
commit30044d57a8babc03bb3368c4fb9e7146851ec2b1 (patch)
tree0a5b819a396f2aeb1aa826ef33ff98f8936d4e60
parent4f5f7887b12a14966f5e4d410373b3fa95dc47a2 (diff)
downloademacs-30044d57a8babc03bb3368c4fb9e7146851ec2b1.tar.gz
emacs-30044d57a8babc03bb3368c4fb9e7146851ec2b1.zip
(tooltip-gud-display): Use gud-overlay-arrow-position.
-rw-r--r--lisp/tooltip.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 6ed93a0e99e..e6a85439166 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -130,7 +130,7 @@ position to pop up the 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
136Forms in the list are combined with AND. The default is to display 136Forms in the list are combined with AND. The default is to display