1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-05 13:31:45 -08:00

Declare `which-key--close-timer'

This commit is contained in:
justbur 2015-07-02 20:05:01 -04:00
parent 515ed1df96
commit ada5cfda1c

View file

@ -50,6 +50,8 @@
"Internal: Holds reference to which-key window.")
(defvar which-key--timer nil
"Internal: Holds reference to timer.")
(defvar which-key--close-timer nil
"Internal: Holds reference to close window timer.")
(defvar which-key--setup-p nil
"Internal: Non-nil if which-key buffer has been setup")