mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 21:33:05 +00:00
avy.el (avy-handler-default): Fix typo
This commit is contained in:
parent
176f34f491
commit
ddf3c580e7
4
avy.el
4
avy.el
@ -424,8 +424,8 @@ KEYS is the path from the root of `avy-tree' to LEAF."
|
||||
((memq char '(27 ?\C-g))
|
||||
;; exit silently
|
||||
(throw 'done 'exit))
|
||||
((avy-mouse-press-event-p char)
|
||||
(signal 'user-error "Mouse event not handled" char))
|
||||
((mouse-event-p char)
|
||||
(signal 'user-error (list "Mouse event not handled" char)))
|
||||
(t
|
||||
(signal 'user-error (list "No such candidate" char))
|
||||
(throw 'done nil)))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user