mirror of
https://github.com/abo-abo/avy.git
synced 2026-05-05 15:38:20 +00:00
avy.el (avy-process): Amend last commit for avy-goto-char-timer
Re #283
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user