avy.el (avy-move-line): Use ARG lines

This commit is contained in:
Oleh Krehel 2015-05-16 17:59:35 +02:00
parent f0694a2b73
commit 1127467669

2
avy.el
View File

@ -696,7 +696,7 @@ ARG lines can be used."
(save-excursion
(save-excursion
(goto-char start)
(kill-whole-line))
(kill-whole-line arg))
(insert
(current-kill 0))))))