Skip to content

Commit

Permalink
Declare some variables/functions for the compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
justbur committed Oct 9, 2019
1 parent e2d566e commit c026354
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions evil-collection-tablist.el
Original file line number Diff line number Diff line change
Expand Up @@ -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'."
Expand Down
2 changes: 2 additions & 0 deletions evil-collection.el
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit c026354

Please sign in to comment.