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

master
Oleh Krehel 11 years ago
parent f0694a2b73
commit 1127467669
  1. 2
      avy.el

@ -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))))))

Loading…
Cancel
Save