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

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

[nongnu] elpa/multiple-cursors 6f9911f 054/434: Add more explanatory pro


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 6f9911f 054/434: Add more explanatory prose.
Date: Sat, 7 Aug 2021 09:19:54 -0400 (EDT)

branch: elpa/multiple-cursors
commit 6f9911fa984f00a08017b8bc903f6148126153c5
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Add more explanatory prose.
---
 multiple-cursors-core.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index b22b586..b293947 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -202,6 +202,8 @@ from being executed if in multiple-cursors-mode."
     (when interprogram-paste
       ;; Add interprogram-paste to normal kill ring, just
       ;; like current-kill usually does for itself.
+      ;; We have to do the work for it tho, since the funcall only returns
+      ;; something once. It is not a pure function.
       (let ((interprogram-cut-function nil))
         (if (listp interprogram-paste)
             (mapc 'kill-new (nreverse interprogram-paste))



reply via email to

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