mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-14 05:43:04 +00:00
avy.el (avy-action-teleport): Add save-excursion
This commit is contained in:
parent
631214d11c
commit
793a5e22a7
3
avy.el
3
avy.el
@ -687,7 +687,8 @@ Set `avy-style' according to COMMMAND as well."
|
|||||||
(select-window
|
(select-window
|
||||||
(cdr
|
(cdr
|
||||||
(ring-ref avy-ring 0)))
|
(ring-ref avy-ring 0)))
|
||||||
(yank)
|
(save-excursion
|
||||||
|
(yank))
|
||||||
t)
|
t)
|
||||||
|
|
||||||
(declare-function flyspell-correct-word-before-point "flyspell")
|
(declare-function flyspell-correct-word-before-point "flyspell")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user