leoliu pushed a commit to branch master
in repository elpa.

commit 4e2d3735baa7446a204a4a328df00fa2b831979b
Author: Leo Liu <sdl....@gmail.com>
Date:   Sun Oct 13 17:22:14 2013 +0800

    Teach easy-kill-abort to deactivate mark immediately
    
    since it works better with `ding'.
---
 easy-kill.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/easy-kill.el b/easy-kill.el
index d422e9b..54fbf15 100644
--- a/easy-kill.el
+++ b/easy-kill.el
@@ -260,7 +260,7 @@ candidate property instead."
   (interactive)
   (when easy-kill-mark
     (goto-char (overlay-get easy-kill-candidate 'origin))
-    (setq deactivate-mark t))
+    (deactivate-mark))
   (ding))
 
 (put 'easy-kill-region 'easy-kill-exit t)

Reply via email to