emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 1127467 24/36: avy.el (avy-move-line): Use ARG lines


From: Oleh Krehel
Subject: [elpa] master 1127467 24/36: avy.el (avy-move-line): Use ARG lines
Date: Tue, 19 May 2015 12:38:16 +0000

branch: master
commit 1127467669b186ac4d020af84a7ae14b99a93078
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    avy.el (avy-move-line): Use ARG lines
---
 avy.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/avy.el b/avy.el
index 4b0c1e8..4e96866 100644
--- a/avy.el
+++ b/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))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]