summaryrefslogtreecommitdiff
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-05-23 23:50:22 -0700
committerGlenn Morris <rgm@gnu.org>2013-05-23 23:50:22 -0700
commit3c29197330b409b01c6782947d386e1e249c3248 (patch)
tree94ad7cb3546e2bc928fc210d1ecf3fac0b21c732 /lisp/tooltip.el
parent43cc956bb86b5c6dab117af89c4cfae450b62113 (diff)
downloademacs-3c29197330b409b01c6782947d386e1e249c3248.tar.gz
Gud tooltip tweak
* tooltip.el (tooltip-use-echo-area): Warn only on 'set. * progmodes/gud.el (gud-gdb-completion-function): Move before use. (gud-tooltip-echo-area): Make obsolete. (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r--lisp/tooltip.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 261e34b440e..657951d7b75 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -151,7 +151,7 @@ This variable is obsolete; instead of setting it to t, disable
:group 'tooltip)
(make-obsolete-variable 'tooltip-use-echo-area
- "disable Tooltip mode instead" "24.1")
+ "disable Tooltip mode instead" "24.1" 'set)
;;; Variables that are not customizable.