From a9a28769ec783218d9a890b75debea2aa502748b Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Fri, 8 Jun 2018 10:19:45 -0700 Subject: [PATCH] Fix some byte compiler warnings --- evil-collection.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evil-collection.el b/evil-collection.el index 874de8d..5eccde4 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -32,6 +32,7 @@ ;; This is so because many users find it confusing. ;;; Code: +(eval-when-compile (require 'subr-x)) (require 'cl-lib) (require 'evil) @@ -47,6 +48,8 @@ or evil-collection.") "`evil-want-integration' was set to nil but not before loading evil.")) (require 'evil-collection-integration)) +(declare-function org-table-align "org-table.el" nil) + (defgroup evil-collection nil "A set of keybindings for Evil mode" :group 'evil)