From 36b296c82a88d6b27d914943b81635aaea70a835 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Fri, 21 Aug 2015 14:31:34 +0200 Subject: [PATCH] avy.el (subword-backward-regexp): Fix declaration --- avy.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avy.el b/avy.el index 3a14b5b..7f1b7e7 100644 --- a/avy.el +++ b/avy.el @@ -857,7 +857,7 @@ The window scope is determined by `avy-all-windows' (ARG negates it)." (avy--generic-jump regex arg avy-style)))) (declare-function subword-backward "subword") -(defvar subword-bacward-regexp) +(defvar subword-backward-regexp) ;;;###autoload (defun avy-goto-subword-0 (&optional arg predicate)