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

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

[elpa] 70/77: Adapt to upstream change


From: Leo Liu
Subject: [elpa] 70/77: Adapt to upstream change
Date: Sat, 05 Apr 2014 04:08:27 +0000

leoliu pushed a commit to branch master
in repository elpa.

commit 377765782106b8dad8a8dc610ae8e4970ab91171
Author: Leo Liu <address@hidden>
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

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