From 8e4484f13f165441925feb24396abdd361d6d8a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerd=20M=C3=B6llmann?= Date: Sun, 8 Dec 2024 08:56:22 +0100 Subject: [PATCH] * lisp/tty-tip.el (tty-tip--create-frame): Use tooltip-hide-delay (cherry picked from commit b67feec95e8f7526fecab0bb10f91233ba06fef8) --- lisp/tty-tip.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/tty-tip.el b/lisp/tty-tip.el index 1e44aaba02b..4052fca4b52 100644 --- a/lisp/tty-tip.el +++ b/lisp/tty-tip.el @@ -153,7 +153,7 @@ (set-frame-position tty-tip--frame x y)) (make-frame-visible tty-tip--frame) (setq tty-tip--hide-timer - (run-with-timer x-show-tooltip-timeout nil + (run-with-timer tooltip-hide-delay nil #'tty-tip--delete-frame))))) (defun tty-tip--delay () -- 2.39.5