mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/tty-tip.el (tty-tip--create-frame): Use tooltip-hide-delay
This commit is contained in:
parent
d22882e418
commit
b67feec95e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue