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

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

[elpa] 57/77: Fix to always display the string candidate


From: Leo Liu
Subject: [elpa] 57/77: Fix to always display the string candidate
Date: Sat, 05 Apr 2014 04:08:24 +0000

leoliu pushed a commit to branch master
in repository elpa.

commit b1bdb1b69145f300d6de9242889268181287c7e1
Author: Leo Liu <address@hidden>
Date:   Thu Oct 17 01:30:10 2013 +0800

    Fix to always display the string candidate
---
 easy-kill.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/easy-kill.el b/easy-kill.el
index 8ae29e3..1728f41 100644
--- a/easy-kill.el
+++ b/easy-kill.el
@@ -173,7 +173,8 @@ candidate property instead."
         (progn
           (move-overlay o (point) (point))
           (overlay-put o 'candidate beg)
-          (easy-kill-message-nolog "%s" beg))
+          (let ((easy-kill-inhibit-message nil))
+            (easy-kill-message-nolog "%s" beg)))
       (move-overlay o beg end))
     (cond (easy-kill-mark (easy-kill-mark-region)
                           (easy-kill-indicate-origin))



reply via email to

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