mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-04 14:52:25 +00:00
3
avy.el
3
avy.el
@@ -427,7 +427,8 @@ KEYS is the path from the root of `avy-tree' to LEAF."
|
|||||||
((mouse-event-p char)
|
((mouse-event-p char)
|
||||||
(signal 'user-error (list "Mouse event not handled" char)))
|
(signal 'user-error (list "Mouse event not handled" char)))
|
||||||
(t
|
(t
|
||||||
(signal 'user-error (list "No such candidate" char))
|
(signal 'user-error (list "No such candidate"
|
||||||
|
(if (characterp char) (string char) char)))
|
||||||
(throw 'done nil)))))
|
(throw 'done nil)))))
|
||||||
|
|
||||||
(defvar avy-handler-function 'avy-handler-default
|
(defvar avy-handler-function 'avy-handler-default
|
||||||
|
|||||||
Reference in New Issue
Block a user