emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/tty-child-frames b67feec95e8: * lisp/tty-tip.el (tty-tip--create


From: Gerd Moellmann
Subject: scratch/tty-child-frames b67feec95e8: * lisp/tty-tip.el (tty-tip--create-frame): Use tooltip-hide-delay
Date: Sun, 8 Dec 2024 03:01:30 -0500 (EST)

branch: scratch/tty-child-frames
commit b67feec95e8f7526fecab0bb10f91233ba06fef8
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    * lisp/tty-tip.el (tty-tip--create-frame): Use tooltip-hide-delay
---
 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]