aboutsummaryrefslogtreecommitdiff
path: root/evil-macros.el
diff options
context:
space:
mode:
Diffstat (limited to 'evil-macros.el')
-rw-r--r--evil-macros.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-macros.el b/evil-macros.el
index 9e7d2f3..ebc188e 100644
--- a/evil-macros.el
+++ b/evil-macros.el
@@ -58,7 +58,7 @@ The return value is a list (BEG END TYPE)."
(evil-this-type
(or type (evil-get-command-property motion :type 'exclusive))))
(condition-case err
- (let ((repeat-type (evil-repeat-type motion t)))
+ (let ((repeat-type (evil--repeat-type motion)))
(when (functionp repeat-type) (funcall repeat-type 'pre))
(unless (with-local-quit
(setq range (call-interactively motion))