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

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

[nongnu] elpa/evil-goggles 82c14bc058 136/225: Don't block when surround


From: ELPA Syncer
Subject: [nongnu] elpa/evil-goggles 82c14bc058 136/225: Don't block when surrounding
Date: Wed, 12 Jan 2022 08:59:02 -0500 (EST)

branch: elpa/evil-goggles
commit 82c14bc0587f25ed961e870476d779e1323dc4a6
Author: Evgeni Kolev <evgenysw@gmail.com>
Commit: Evgeni Kolev <evgenysw@gmail.com>

    Don't block when surrounding
---
 evil-goggles.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-goggles.el b/evil-goggles.el
index 1ac3aee981..9d63fcc114 100644
--- a/evil-goggles.el
+++ b/evil-goggles.el
@@ -625,7 +625,7 @@ BEG END PATTERN COMMAND &OPTIONAL INVERT are the arguments 
of the original funct
 
 ORIG-FUN is the original function.
 BEG END &OPTIONAL TYPE CHAR FORCE-NEW-LINE are the arguments of the original 
function."
-  (evil-goggles--with-pre-hint beg end 'evil-goggles-surround-face 
evil-goggles-surround-duration
+  (evil-goggles--with-post-hint beg end 'evil-goggles-surround-face 
evil-goggles-surround-duration
     (evil-goggles--funcall-preserve-interactive orig-fun beg end type char 
force-new-line)))
 
 ;; commentary



reply via email to

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