aboutsummaryrefslogtreecommitdiff
path: root/evil-integration.el
diff options
context:
space:
mode:
authorEivind Fonn <evfonn@gmail.com>2019-12-17 10:19:18 +0100
committerGitHub <noreply@github.com>2019-12-17 10:19:18 +0100
commit70184d3dda91a3f22468d75cdf3893c5880ce300 (patch)
treef97ffe54ef9d0d137953e652a382aef0846d72eb /evil-integration.el
parent00e9d70504fc5ee63cc4fab45934ef13c20248d9 (diff)
parentc8b15a6b37a9f6fa975b021eacc8dd4fa6331bae (diff)
Merge pull request #1217 from TheBB/release-1.2.161.2.16
Release 1.2.16
Diffstat (limited to 'evil-integration.el')
-rw-r--r--evil-integration.el36
1 files changed, 18 insertions, 18 deletions
diff --git a/evil-integration.el b/evil-integration.el
index 976ef1a..c88c126 100644
--- a/evil-integration.el
+++ b/evil-integration.el
@@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.15
+;; Version: 1.2.16
;;
;; This file is NOT part of GNU Emacs.
@@ -288,9 +288,9 @@ activated."
(evil-with-state emacs ad-do-it))
;; ace-jump-mode
-(declare-function 'ace-jump-char-mode "ace-jump-mode")
-(declare-function 'ace-jump-word-mode "ace-jump-mode")
-(declare-function 'ace-jump-line-mode "ace-jump-mode")
+(declare-function ace-jump-char-mode "ext:ace-jump-mode")
+(declare-function ace-jump-word-mode "ext:ace-jump-mode")
+(declare-function ace-jump-line-mode "ext:ace-jump-mode")
(defvar evil-ace-jump-active nil)
@@ -398,20 +398,20 @@ the mark and entering `recursive-edit'."
(define-key evil-motion-state-map [remap ace-jump-word-mode] #'evil-ace-jump-word-mode)
;;; avy
-(declare-function 'avy-goto-word-or-subword-1 "avy")
-(declare-function 'avy-goto-line "avy")
-(declare-function 'avy-goto-char "avy")
-(declare-function 'avy-goto-char-2 "avy")
-(declare-function 'avy-goto-char-2-above "avy")
-(declare-function 'avy-goto-char-2-below "avy")
-(declare-function 'avy-goto-char-in-line "avy")
-(declare-function 'avy-goto-word-0 "avy")
-(declare-function 'avy-goto-word-1 "avy")
-(declare-function 'avy-goto-word-1-above "avy")
-(declare-function 'avy-goto-word-1-below "avy")
-(declare-function 'avy-goto-subword-0 "avy")
-(declare-function 'avy-goto-subword-1 "avy")
-(declare-function 'avy-goto-char-timer "avy")
+(declare-function avy-goto-word-or-subword-1 "ext:avy")
+(declare-function avy-goto-line "ext:avy")
+(declare-function avy-goto-char "ext:avy")
+(declare-function avy-goto-char-2 "ext:avy")
+(declare-function avy-goto-char-2-above "ext:avy")
+(declare-function avy-goto-char-2-below "ext:avy")
+(declare-function avy-goto-char-in-line "ext:avy")
+(declare-function avy-goto-word-0 "ext:avy")
+(declare-function avy-goto-word-1 "ext:avy")
+(declare-function avy-goto-word-1-above "ext:avy")
+(declare-function avy-goto-word-1-below "ext:avy")
+(declare-function avy-goto-subword-0 "ext:avy")
+(declare-function avy-goto-subword-1 "ext:avy")
+(declare-function avy-goto-char-timer "ext:avy")
(defmacro evil-enclose-avy-for-motion (&rest body)
"Enclose avy to make it suitable for motions.