* lisp/tooltip.el: Fix warning when built on a non-Haiku system.

This commit is contained in:
Po Lu
2022-01-18 11:34:55 +08:00
parent 8fe828db78
commit 77b5bd4cdb

View File

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