]> git.eshelyaron.com Git - emacs.git/commit
Prevent too early hiding of tty tips
authorGerd Möllmann <gerd@gnu.org>
Sun, 8 Dec 2024 05:54:47 +0000 (06:54 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 14:54:50 +0000 (15:54 +0100)
commit0cdc83137a268ea4ee09b6d251060da7f3a57ce8
tree3d9f5c8ae325ccf3a34e65dd89099d8348148f7b
parent703f65c640116f3fb726225876e560e3df8e54db
Prevent too early hiding of tty tips

* lisp/tty-tip.el (tty-tip--show-timer): Renamed from
tty-tip--timeout-id.
(tty-tip--hide-timer): New variable.
(tty-tip--delete-frame): Cancel hide timer if set.
(tty-tip--create-frame): Use run-with-timer instead of run-at-time
for consistency.

(cherry picked from commit d22882e418eb100423c53d90cca257bb0c197b86)
lisp/tty-tip.el