From ada5cfda1cb1bbc21f67b43d4182e85282102ec1 Mon Sep 17 00:00:00 2001 From: justbur Date: Thu, 2 Jul 2015 20:05:01 -0400 Subject: [PATCH] Declare `which-key--close-timer' --- which-key.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/which-key.el b/which-key.el index 968bcbce252..28026641d1c 100644 --- a/which-key.el +++ b/which-key.el @@ -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")