Declare some variables/functions for the compiler

This commit is contained in:
Justin Burkett 2019-09-29 07:59:13 -04:00 committed by James N
parent 208fb21412
commit c30275a490
2 changed files with 6 additions and 0 deletions

View File

@ -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'."

View File

@ -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'.