avy.el (avy-goto-char-in-line): Quote char

Fixes #56
master
Oleh Krehel 11 years ago
parent 78d20e0b02
commit 1350ab318e
  1. 2
      avy.el

@ -692,7 +692,7 @@ The window scope is determined by `avy-all-windows' (ARG negates it)."
(save-restriction
(narrow-to-region (line-beginning-position)
(line-end-position))
(avy--regex-candidates (string char)))
(avy--regex-candidates (regexp-quote (string char))))
(avy--style-fn avy-style))))))
;;;###autoload

Loading…
Cancel
Save