summaryrefslogtreecommitdiff
path: root/evil-collection-simple.el
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2018-06-08 10:32:02 -0700
committerJames Nguyen <james@jojojames.com>2018-06-08 10:32:02 -0700
commit04268dcadccad49f88b9a0ca3fcc0d1047c6c4eb (patch)
treeaf46b1cf43ee9c36c3922fef56742b925fa328d3 /evil-collection-simple.el
parentd44ced31bc30b227c9543f49b2dbcf242a2d0a01 (diff)
Remove .el in declare-function
Diffstat (limited to 'evil-collection-simple.el')
-rw-r--r--evil-collection-simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-collection-simple.el b/evil-collection-simple.el
index 188a387..9661ebf 100644
--- a/evil-collection-simple.el
+++ b/evil-collection-simple.el
@@ -30,7 +30,7 @@
(require 'evil)
(require 'simple)
-(declare-function evil-collection-define-key "evil-collection.el")
+(declare-function evil-collection-define-key "evil-collection")
(defvar special-mode-map)