From 662b7b2d52395b9e94024ae405af83d4cf8a00dc Mon Sep 17 00:00:00 2001 From: Justin Burkett Date: Thu, 6 Dec 2018 07:24:14 -0500 Subject: [PATCH] ebib: Declare variables for the compiler --- evil-collection-ebib.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evil-collection-ebib.el b/evil-collection-ebib.el index 989c072..b8c879f 100644 --- a/evil-collection-ebib.el +++ b/evil-collection-ebib.el @@ -29,6 +29,9 @@ (defconst evil-collection-ebib-maps '(ebib-index-mode-map ebib-entry-mode-map)) +(defvar ebib-index-mode-map) +(defvar ebib-entry-mode-map) + ;;;###autoload (defun evil-collection-ebib-setup () "Set up `evil' bindings for `ebib'."