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

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

[nongnu] elpa/evil-goggles ea0102bcf5 133/225: Use "post" hint when comm


From: ELPA Syncer
Subject: [nongnu] elpa/evil-goggles ea0102bcf5 133/225: Use "post" hint when commenting
Date: Wed, 12 Jan 2022 08:59:02 -0500 (EST)

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

    Use "post" hint when commenting
---
 evil-goggles.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/evil-goggles.el b/evil-goggles.el
index d26c0252c5..94ae6f97a4 100644
--- a/evil-goggles.el
+++ b/evil-goggles.el
@@ -651,7 +651,7 @@ BEG END &OPTIONAL TYPE CHAR FORCE-NEW-LINE are the 
arguments of the original fun
 
 ORIG-FUN is the original function.
 BEG END &OPTIONAL TYPE are the arguments of the original function."
-  (evil-goggles--with-pre-hint beg end 'evil-goggles-commentary-face 
evil-goggles-commentary-duration
+  (evil-goggles--with-post-hint beg end 'evil-goggles-commentary-face 
evil-goggles-commentary-duration
     (evil-goggles--funcall-preserve-interactive orig-fun beg end type)))
 
 ;; nerd-commenter
@@ -666,7 +666,7 @@ BEG END &OPTIONAL TYPE are the arguments of the original 
function."
 
 ORIG-FUN is the original function.
 BEG END &OPTIONAL TYPE are the arguments of the original function."
-  (evil-goggles--with-pre-hint beg end 'evil-goggles-nerd-commenter-face 
evil-goggles-nerd-commenter-duration
+  (evil-goggles--with-post-hint beg end 'evil-goggles-nerd-commenter-face 
evil-goggles-nerd-commenter-duration
     (evil-goggles--funcall-preserve-interactive orig-fun beg end type)))
 
 ;; replace with register



reply via email to

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