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

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

[nongnu] elpa/iedit f7b2d60989 167/301: Make occurrence string the lates


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

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

    Make occurrence string the latest kill in the kill ring
---
 iedit.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iedit.el b/iedit.el
index 91b10ca6c0..bb0a4e320d 100644
--- a/iedit.el
+++ b/iedit.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2010, 2011, 2012 Victor Ren
 
-;; Time-stamp: <2013-04-30 13:35:45 Victor Ren>
+;; Time-stamp: <2013-06-04 14:25:26 Victor Ren>
 ;; Author: Victor Ren <victorhge@gmail.com>
 ;; Keywords: occurrence region simultaneous refactoring
 ;; Version: 0.97
@@ -424,7 +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.
+  (kill-new iedit-last-occurrence-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]