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:
parent
515ed1df96
commit
ada5cfda1c
1 changed files with 2 additions and 0 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue