diff options
| author | Gerd Möllmann | 2024-12-08 08:56:22 +0100 |
|---|---|---|
| committer | Gerd Möllmann | 2024-12-08 09:01:06 +0100 |
| commit | b67feec95e8f7526fecab0bb10f91233ba06fef8 (patch) | |
| tree | 3b02cb4deb3ef8659a2ffd3cc62639bea71de4fa | |
| parent | d22882e418eb100423c53d90cca257bb0c197b86 (diff) | |
| download | emacs-b67feec95e8f7526fecab0bb10f91233ba06fef8.tar.gz emacs-b67feec95e8f7526fecab0bb10f91233ba06fef8.zip | |
* lisp/tty-tip.el (tty-tip--create-frame): Use tooltip-hide-delay
| -rw-r--r-- | lisp/tty-tip.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 153 | (set-frame-position tty-tip--frame x y)) | 153 | (set-frame-position tty-tip--frame x y)) |
| 154 | (make-frame-visible tty-tip--frame) | 154 | (make-frame-visible tty-tip--frame) |
| 155 | (setq tty-tip--hide-timer | 155 | (setq tty-tip--hide-timer |
| 156 | (run-with-timer x-show-tooltip-timeout nil | 156 | (run-with-timer tooltip-hide-delay nil |
| 157 | #'tty-tip--delete-frame))))) | 157 | #'tty-tip--delete-frame))))) |
| 158 | 158 | ||
| 159 | (defun tty-tip--delay () | 159 | (defun tty-tip--delay () |