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

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

[nongnu] elpa/evil-surround 7a2e79d7a8 039/175: Fix forgotten leftovers


From: ELPA Syncer
Subject: [nongnu] elpa/evil-surround 7a2e79d7a8 039/175: Fix forgotten leftovers when renaming
Date: Mon, 9 Oct 2023 13:01:02 -0400 (EDT)

branch: elpa/evil-surround
commit 7a2e79d7a87315c2fab74cf4f33ea9adf3ed0348
Author: Philippe Vaucher <philippe.vaucher@gmail.com>
Commit: Philippe Vaucher <philippe.vaucher@gmail.com>

    Fix forgotten leftovers when renaming
---
 evil-surround.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/evil-surround.el b/evil-surround.el
index b00bb51c82..b75b9a8c6c 100755
--- a/evil-surround.el
+++ b/evil-surround.el
@@ -226,7 +226,7 @@ Otherwise call `evil-surround-delete'."
     (define-key evil-operator-shortcut-map "s" 'evil-surround-line)
     (call-interactively 'evil-surround-region))))
 
-(evil-define-operator surround-region (beg end type char &optional 
force-new-line)
+(evil-define-operator evil-surround-region (beg end type char &optional 
force-new-line)
   "Surround BEG and END with CHAR.
 
 When force-new-line is true, and region type is not line, the
@@ -273,7 +273,7 @@ Becomes this:
           (goto-char (overlay-start overlay)))
       (delete-overlay overlay))))
 
-(evil-define-operator Surround-region (beg end type char)
+(evil-define-operator evil-Surround-region (beg end type char)
   "Call surround-region, toggling force-new-line"
   (interactive "<R>c")
   (evil-surround-region beg end type char t))



reply via email to

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