Add some declare-functions

This commit is contained in:
James Nguyen 2018-06-08 10:23:27 -07:00
parent b6dd37aaa0
commit d44ced31bc
3 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,7 @@
(require 'neotree nil t)
(declare-function evil-collection-define-key "evil-collection.el")
(declare-function neotree-make-executor "neotree.el")
(defconst evil-collection-neotree-maps '(neotree-mode-map))
(defun evil-collection-neotree-setup ()

View File

@ -38,6 +38,8 @@
(declare-function notmuch-search-tag "notmuch")
(declare-function notmuch-tree-tag "notmuch-tree")
(declare-function notmuch-tree-close-message-pane-and "notmuch-tree")
(defconst evil-collection-notmuch-maps '(notmuch-common-keymap
notmuch-hello-mode-map
notmuch-show-mode-map

View File

@ -40,6 +40,9 @@
(declare-function pdf-view-last-page "pdf-view")
(declare-function pdf-view-first-page "pdf-view")
(declare-function pdf-view-goto-page "pdf-view")
(declare-function pdf-view-previous-line-or-previous-page "pdf-view")
(declare-function pdf-view-next-line-or-next-page "pdf-view")
(defvar pdf-view-mode-map)
(defvar pdf-outline-buffer-mode-map)
(defvar pdf-occur-buffer-mode-map)