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

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

[nongnu] elpa/evil-goggles 440324a1ed 161/225: Silence compilation warni


From: ELPA Syncer
Subject: [nongnu] elpa/evil-goggles 440324a1ed 161/225: Silence compilation warning for unused lexical variable
Date: Wed, 12 Jan 2022 08:59:05 -0500 (EST)

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

    Silence compilation warning for unused lexical variable
---
 evil-goggles.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-goggles.el b/evil-goggles.el
index a6abdedc87..553b67fe1b 100644
--- a/evil-goggles.el
+++ b/evil-goggles.el
@@ -105,7 +105,7 @@ This function returns immediately, it doesn't wait for the 
pulse
 animation to end."
   (let* ((pulse-iterations 10)
          (pulse-delay (/ (float dur) pulse-iterations) ))
-    (ignore pulse-iterations) ;; silence compile warning Unused lexical 
variable
+    (ignore pulse-delay pulse-iterations) ;; silence compile warnings for 
Unused lexical variable
     (set-face-attribute 'evil-goggles--pulse-face nil :background background)
     (pulse-momentary-highlight-overlay ov 'evil-goggles--pulse-face)))
 



reply via email to

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