]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/tty-tip.el (tty-tip--create-frame): Use tooltip-hide-delay
authorGerd Möllmann <gerd@gnu.org>
Sun, 8 Dec 2024 07:56:22 +0000 (08:56 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 14:54:51 +0000 (15:54 +0100)
(cherry picked from commit b67feec95e8f7526fecab0bb10f91233ba06fef8)

lisp/tty-tip.el

index 1e44aaba02bbd39ad9a7d678fc14d28e3c75f35a..4052fca4b52ce577761c744000bf6a7abcc3a32c 100644 (file)
        (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 ()