branch: elpa/iedit
commit 5d41739b6b1f4a9c135cbd08d3a989aad3de4015
Author: Pierre Rouleau <prouleau...@gmail.com>
Commit: Victor Ren <victor...@gmail.com>

    Update interactive spec of iedit-execute-last-modification
    
    Thanks to Thierry Volpiatto for catching this.
---
 iedit.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iedit.el b/iedit.el
index 4177e0e7735..58898fa299c 100755
--- a/iedit.el
+++ b/iedit.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2010 - 2019, 2020, 2021 Victor Ren
 
-;; Time-stamp: <2025-09-29 18:31:32 Victor Ren>
+;; Time-stamp: <2025-09-29 18:33:27 Victor Ren>
 ;; Author: Victor Ren <victor...@gmail.com>
 ;; Keywords: occurrence region simultaneous refactoring
 ;; Version: 0.9.9.9.9
@@ -623,7 +623,7 @@ the initial string globally."
 ;;;###autoload
 (defun iedit-execute-last-modification ()
   "Apply last modification in Iedit mode to the current buffer or an active 
region."
-  (interactive "*P")
+  (interactive "*")
   (or (and iedit-last-initial-string-global
            (not (string= iedit-last-initial-string-global 
iedit-last-occurrence-global)))
       (error "No modification available"))

Reply via email to