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

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

[nongnu] elpa/iedit c0d108da3b 166/301: make the occurrence the latest k


From: ELPA Syncer
Subject: [nongnu] elpa/iedit c0d108da3b 166/301: make the occurrence the latest kill in the kill ring
Date: Mon, 10 Jan 2022 22:58:59 -0500 (EST)

branch: elpa/iedit
commit c0d108da3b4699cccbe3c8dd7d77f915c3b3407f
Author: Victor Ren <victorhge@gmail.com>
Commit: Victor Ren <victorhge@gmail.com>

    make the occurrence the latest kill in the kill ring
---
 iedit.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/iedit.el b/iedit.el
index 81bdd63f1b..91b10ca6c0 100644
--- a/iedit.el
+++ b/iedit.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2010, 2011, 2012 Victor Ren
 
-;; Time-stamp: <2013-02-08 21:48:50 Victor Ren>
+;; Time-stamp: <2013-04-30 13:35:45 Victor Ren>
 ;; Author: Victor Ren <victorhge@gmail.com>
 ;; Keywords: occurrence region simultaneous refactoring
 ;; Version: 0.97
@@ -424,6 +424,7 @@ the initial string globally."
   (setq iedit-last-occurrence-local (iedit-current-occurrence-string))
   (setq iedit-last-occurrence-global iedit-last-occurrence-local)
   (setq iedit-last-initial-string-global iedit-initial-string-local)
+  (kill-new iedit-initial-string-local) ; Make occurrence the latest kill in 
the kill ring.
   (setq iedit-num-lines-to-expand-up 0)
   (setq iedit-num-lines-to-expand-down 0)
 



reply via email to

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