Skip to content

Commit

Permalink
mu4e: fix byte-compiler error.
Browse files Browse the repository at this point in the history
  • Loading branch information
milanglacier authored and jojojames committed Apr 30, 2023
1 parent 14c4e81 commit d3b497d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modes/mu4e/evil-collection-mu4e.el
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
(require 'evil-collection)
(require 'mu4e nil t)

(defvar mu4e-mu-version)
(declare-function evil-collection-mu4e-set-bindings "evil-collection-mu4e")
(declare-function evil-collection-mu4e-set-state "evil-collection-mu4e")
(declare-function mu4e-headers-mark-thread "mu4e-headers")

(if (version< mu4e-mu-version "1.10")
(require 'evil-collection-mu4e
(expand-file-name "modes/mu4e/evil-collection-mu4e-1.8" evil-collection-base-dir))
Expand Down

0 comments on commit d3b497d

Please sign in to comment.