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

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

[elpa] 68/77: Fix easy-kill-append to update clipboard


From: Leo Liu
Subject: [elpa] 68/77: Fix easy-kill-append to update clipboard
Date: Sat, 05 Apr 2014 04:08:27 +0000

leoliu pushed a commit to branch master
in repository elpa.

commit d77fe394e16184903ce8d7d8a952898ef2570c84
Author: Leo Liu <address@hidden>
Date:   Sun Nov 10 12:42:13 2013 +0800

    Fix easy-kill-append to update clipboard
---
 easy-kill.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/easy-kill.el b/easy-kill.el
index 994a5b0..c7fb903 100644
--- a/easy-kill.el
+++ b/easy-kill.el
@@ -331,6 +331,8 @@ candidate property instead."
   (interactive)
   (setq easy-kill-append t)
   (when (easy-kill-save-candidate)
+    (and interprogram-cut-function
+         (funcall interprogram-cut-function (car kill-ring)))
     (setq deactivate-mark t)
     (easy-kill-message-nolog "Appended")))
 



reply via email to

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