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

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

[nongnu] elpa/evil-goggles d3802c500f 141/225: Rename function with-no-h


From: ELPA Syncer
Subject: [nongnu] elpa/evil-goggles d3802c500f 141/225: Rename function with-no-hint => with-disabled-hint
Date: Wed, 12 Jan 2022 08:59:03 -0500 (EST)

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

    Rename function with-no-hint => with-disabled-hint
---
 evil-goggles.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/evil-goggles.el b/evil-goggles.el
index e41a240a70..35603f9d63 100644
--- a/evil-goggles.el
+++ b/evil-goggles.el
@@ -171,7 +171,7 @@ it's not, do BODY1, else BODY2."
          ,@body2)
      ,body1))
 
-(defmacro evil-goggles--with-no-hint (&rest body)
+(defmacro evil-goggles--with-disabled-hint (&rest body)
   "Do BODY with hints disabled."
   (declare (indent 0) (debug t))
   `(let ((evil-goggles--on t))
@@ -612,7 +612,7 @@ CHAR POS ADVANCE are the arguments of the original 
function."
 
 ORIG-FUN is the original function.
 BEG END PATTERN COMMAND &OPTIONAL INVERT are the arguments of the original 
function."
-  (evil-goggles--with-no-hint
+  (evil-goggles--with-disabled-hint
     (evil-goggles--funcall-preserve-interactive orig-fun beg end pattern 
command invert)))
 
 ;; surround



reply via email to

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