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

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

[nongnu] elpa/evil-surround 50c10ab484 025/175: add autoloads to interac


From: ELPA Syncer
Subject: [nongnu] elpa/evil-surround 50c10ab484 025/175: add autoloads to interactive functions for use in emacs proper
Date: Mon, 9 Oct 2023 13:01:00 -0400 (EDT)

branch: elpa/evil-surround
commit 50c10ab4840d97aec7bcb223459fbf7d33a71647
Author: Donald Curtis <dcurtis@milkbox.net>
Commit: Donald Curtis <dcurtis@milkbox.net>

    add autoloads to interactive functions for use in emacs proper
---
 surround.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/surround.el b/surround.el
index be481b73fd..746462b54c 100644
--- a/surround.el
+++ b/surround.el
@@ -132,6 +132,7 @@ See also `surround-outer-overlay'."
                                   (evil-range-end inner)
                                   nil nil t))))))
 
+;;;###autoload
 (defun surround-delete (char &optional outer inner)
   "Delete the surrounding delimiters represented by CHAR.
 Alternatively, the text to delete can be represented with
@@ -155,6 +156,7 @@ between these overlays is what is deleted."
         (when outer (delete-overlay outer))
         (when inner (delete-overlay inner)))))))
 
+;;;###autoload
 (defun surround-change (char &optional outer inner)
   "Change the surrounding delimiters represented by CHAR.
 Alternatively, the text to delete can be represented with the



reply via email to

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