branch: master
commit 36b296c82a88d6b27d914943b81635aaea70a835
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    avy.el (subword-backward-regexp): Fix declaration
---
 avy.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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)

Reply via email to