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

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

[nongnu] elpa/iedit 4765fa7a4d 271/301: Fix a conjoined overlay issue


From: ELPA Syncer
Subject: [nongnu] elpa/iedit 4765fa7a4d 271/301: Fix a conjoined overlay issue
Date: Mon, 10 Jan 2022 22:59:09 -0500 (EST)

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

    Fix a conjoined overlay issue
    
    Move conjoined overlay after change made on overlay
---
 iedit-lib.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iedit-lib.el b/iedit-lib.el
index 7d56a24391..d3936f93cd 100755
--- a/iedit-lib.el
+++ b/iedit-lib.el
@@ -557,6 +557,7 @@ Apply the change to all the other occurrences. "
                ;; for all the other occurrences
                (inhibit-modification-hooks (memq #'c-before-change 
before-change-functions)))
     (save-excursion
+         (iedit-move-conjoined-overlays occurrence)
       (dolist (another-occurrence iedit-occurrences-overlays)
             (let* ((beginning (+ (overlay-start another-occurrence) offset))
                    (ending (+ beginning (- end beg))))



reply via email to

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