branch: elpa/iedit commit 48ab9e4be2f1a1afe77e0d8a6ab55554cc7c9c39 Author: Victor Ren <victor...@gmail.com> Commit: Victor Ren <victor...@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 <victor...@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")