diff options
| -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." | |||
| 145 | :tag "Use echo area" | 145 | :tag "Use echo area" |
| 146 | :group 'tooltip) | 146 | :group 'tooltip) |
| 147 | 147 | ||
| 148 | (defvaralias 'tooltip-use-echo-area 'tooltip-gud-echo-area) | ||
| 149 | (make-obsolete-variable 'tooltip-use-echo-area 'tooltip-gud-echo-area "22.1") | ||
| 148 | 150 | ||
| 149 | ;;; Variables that are not customizable. | 151 | ;;; Variables that are not customizable. |
| 150 | 152 | ||