* lisp/tty-tip.el (tty-tip--create-frame): Use tooltip-hide-delay
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user