summaryrefslogtreecommitdiff
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-01-18 11:34:55 +0800
committerPo Lu <luangruo@yahoo.com>2022-01-18 11:35:44 +0800
commit77b5bd4cdbd778f269bc487efe4b5e5c935d1635 (patch)
tree917237b9eb01cb29933d8dd1a442efa285bb9efd /lisp/tooltip.el
parent8fe828db788220c729a80df3887a296fd0f9cf13 (diff)
downloademacs-77b5bd4cdbd778f269bc487efe4b5e5c935d1635.tar.gz
* lisp/tooltip.el: Fix warning when built on a non-Haiku system.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r--lisp/tooltip.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index af6f456d7b5..a6392877144 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -339,6 +339,8 @@ This is used by `tooltip-show-help' and
(defvar tooltip-previous-message nil
"The previous content of the echo area.")
+(defvar haiku-use-system-tooltips)
+
(defun tooltip-show-help-non-mode (help)
"Function installed as `show-help-function' when Tooltip mode is off.
It is also called if Tooltip mode is on, for text-only displays."