1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

(tooltip-use-echo-area): Replace as alias and deprecate.

This commit is contained in:
Nick Roberts 2005-04-19 20:33:27 +00:00
parent 64cb0f826c
commit 2cc604202a

View File

@ -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.