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

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

[nongnu] elpa/iedit 48ab9e4be2 2/8: Add missing ;;;###autoload


From: ELPA Syncer
Subject: [nongnu] elpa/iedit 48ab9e4be2 2/8: Add missing ;;;###autoload
Date: Thu, 17 Feb 2022 04:58:33 -0500 (EST)

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

    Add missing ;;;###autoload
---
 iedit.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/iedit.el b/iedit.el
index 703cd64554..234ad7a15a 100755
--- a/iedit.el
+++ b/iedit.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2010 - 2019, 2020, 2021 Victor Ren
 
-;; Time-stamp: <2022-01-12 13:43:27 Victor Ren>
+;; Time-stamp: <2022-01-12 14:32:55 Victor Ren>
 ;; Author: Victor Ren <victorhge@gmail.com>
 ;; Keywords: occurrence region simultaneous refactoring
 ;; Version: 0.9.9.9
@@ -428,6 +428,7 @@ Keymap used within overlays:
 (unless (boundp 'isearch-regexp-function)
   (defvaralias 'isearch-regexp-function 'isearch-word))
 
+;;;###autoload
 (defun iedit-mode-from-isearch (&optional arg)
   "Start Iedit mode using last search string as the regexp."
   (interactive "P")
@@ -628,6 +629,7 @@ the initial string globally."
          (iedit-done)
        (iedit-mode 0)))
 
+;;;###autoload
 (defun iedit-execute-last-modification (&optional arg)
   "Apply last modification in Iedit mode to the current buffer or an active 
region."
   (interactive "*P")



reply via email to

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