diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-04-19 20:33:27 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-04-19 20:33:27 +0000 |
commit | 2cc604202a4bb5a3d4cdff43240ab2ad6500ea45 (patch) | |
tree | 12094b31cb22027c2ee0010c9df81818a08bd558 /lisp/tooltip.el | |
parent | 64cb0f826cc5caf6ce9b0d92c6ef9a28d1599d7d (diff) | |
download | emacs-2cc604202a4bb5a3d4cdff43240ab2ad6500ea45.tar.gz |
(tooltip-use-echo-area): Replace as alias and deprecate.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r-- | lisp/tooltip.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index d70e20e5b6b..054f9c95711 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -145,6 +145,8 @@ only tooltips in the buffer containing the overlay arrow." :tag "Use echo area" :group 'tooltip) +(defvaralias 'tooltip-use-echo-area 'tooltip-gud-echo-area) +(make-obsolete-variable 'tooltip-use-echo-area 'tooltip-gud-echo-area "22.1") ;;; Variables that are not customizable. |