mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
parent
a39f689908
commit
f0694a2b73
6
avy.el
6
avy.el
@ -696,11 +696,9 @@ ARG lines can be used."
|
|||||||
(save-excursion
|
(save-excursion
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(goto-char start)
|
(goto-char start)
|
||||||
(move-end-of-line arg)
|
(kill-whole-line))
|
||||||
(kill-region start (point)))
|
|
||||||
(insert
|
(insert
|
||||||
(current-kill 0)
|
(current-kill 0))))))
|
||||||
"\n")))))
|
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun avy-copy-region ()
|
(defun avy-copy-region ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user