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

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

[nongnu] elpa/evil-surround 31cc1da60c 026/175: Merge pull request #14 f


From: ELPA Syncer
Subject: [nongnu] elpa/evil-surround 31cc1da60c 026/175: Merge pull request #14 from milkypostman/master
Date: Mon, 9 Oct 2023 13:01:01 -0400 (EDT)

branch: elpa/evil-surround
commit 31cc1da60c36176612fbadc96e2babb4f94a335f
Merge: 0a6741684b 50c10ab484
Author: Tim Harper <timcharper@gmail.com>
Commit: Tim Harper <timcharper@gmail.com>

    Merge pull request #14 from milkypostman/master
    
    Add autoloads for plain emacs functions
---
 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]