avy.el (avy-process): Amend last commit for avy-goto-char-timer

Re #283
This commit is contained in:
Oleh Krehel 2019-09-25 12:42:10 +02:00
parent 5127f993f9
commit 455ebec6f3

2
avy.el
View File

@ -863,7 +863,7 @@ multiple OVERLAY-FN invocations."
(res (avy--process-1 candidates overlay-fn cleanup-fn)))
(cond
((null res)
(if (eq avy-style 'words)
(if (and (eq avy-style 'words) candidates)
(avy-process original-cands overlay-fn cleanup-fn)
(message "zero candidates")
t))