From ba69b50f0b7536c2f2e30e1882c0ac7c19d49eb3 Mon Sep 17 00:00:00 2001 From: Justin Burkett Date: Sun, 29 Sep 2019 07:59:13 -0400 Subject: [PATCH] Declare some variables/functions for the compiler --- evil-collection-tablist.el | 4 ++++ evil-collection.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/evil-collection-tablist.el b/evil-collection-tablist.el index 14894153..f339d245 100644 --- a/evil-collection-tablist.el +++ b/evil-collection-tablist.el @@ -27,6 +27,10 @@ (defconst evil-collection-tablist-maps '(tablist-mode-map tablist-minor-mode-map)) +(defvar tablist-mode-regexp-map) +(defvar tablist-mode-mark-map) +(defvar tablist-mode-filter-map) + ;;;###autoload (defun evil-collection-tablist-setup () "Set up `evil' bindings for `tablist'." diff --git a/evil-collection.el b/evil-collection.el index b0d57472..3d714139 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -525,6 +525,8 @@ forwarded to `require'." evil-collection-base-dir))) (require feature file noerror))) +(declare-function evil-collection-unimpaired-setup "evil-collection-unimpaired") + ;;;###autoload (defun evil-collection-init (&optional modes) "Register the Evil bindings for all modes in `evil-collection-mode-list'.