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

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

[elpa] 41/77: Tell easy-kill-append to deactivate-mark


From: Leo Liu
Subject: [elpa] 41/77: Tell easy-kill-append to deactivate-mark
Date: Sat, 05 Apr 2014 04:08:19 +0000

leoliu pushed a commit to branch master
in repository elpa.

commit 60a366d7cb491e4c22035ee8399f3dfea54e3f39
Author: Leo Liu <address@hidden>
Date:   Sat Oct 12 09:26:25 2013 +0800

    Tell easy-kill-append to deactivate-mark
---
 easy-kill.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/easy-kill.el b/easy-kill.el
index b7bbf76..fcfae02 100644
--- a/easy-kill.el
+++ b/easy-kill.el
@@ -268,6 +268,7 @@ candidate property instead."
   (interactive)
   (setq easy-kill-append t)
   (when (easy-kill-save-candidate)
+    (setq deactivate-mark t)
     (easy-kill-message-nolog "Appended")))
 
 (defun easy-kill-activate-keymap ()



reply via email to

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