leoliu pushed a commit to branch master
in repository elpa.

commit 377765782106b8dad8a8dc610ae8e4970ab91171
Author: Leo Liu <sdl....@gmail.com>
Date:   Wed Dec 11 09:24:41 2013 +0800

    Adapt to upstream change
---
 easy-kill.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/easy-kill.el b/easy-kill.el
index cf9247d..cdb78c9 100644
--- a/easy-kill.el
+++ b/easy-kill.el
@@ -373,7 +373,7 @@ Temporally activate additional key bindings as follows:
   others  => save selection and exit."
   (interactive "p")
   (if (use-region-p)
-      (if (fboundp 'rectangle-mark)
+      (if (fboundp 'rectangle-mark-mode)
           (with-no-warnings             ; new in 24.4
             (kill-ring-save (region-beginning) (region-end) t))
         (kill-ring-save (region-beginning) (region-end)))

Reply via email to