Make sure avi-move-line and avi-copy-line behave consistently.

Insert newline when moving one or more lines with avi-move-line.
old-master
Tim Krones 11 years ago
parent d1780dd65a
commit 3bbd404616
  1. 3
      avy-jump.el

@ -315,7 +315,8 @@ ARG lines can be used."
(move-end-of-line arg)
(kill-region start (point)))
(insert
(current-kill 0)))))
(current-kill 0)
"\n"))))
;;;###autoload
(defun avi-copy-region ()

Loading…
Cancel
Save