branch: elpa/pacmacs
commit 4624b8a64c7ceaf555e576cb565d7202b52c4ee6
Author: rexim <[email protected]>
Commit: rexim <[email protected]>

    Rename ghost-blinking-threshold cons (#159)
    
    So it contains the units
---
 pacmacs.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pacmacs.el b/pacmacs.el
index 2c110f2e5f..6a8de9ee48 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -49,7 +49,7 @@
 
 (defconst pacmacs-buffer-name "*Pacmacs*")
 (defconst pacmacs-tick-duration-ms 100)
-(defconst pacmacs--ghost-blinking-threshold 2500)
+(defconst pacmacs--ghost-blinking-threshold-ms 2500)
 (defconst pacmacs--ghost-terrified-time-ms 5000)
 
 (defvar pacmacs-debug-output nil)
@@ -158,7 +158,7 @@
     (plist-bind ((terrified-timer :terrified-timer))
         terrified-ghost
       (when (<= (- terrified-timer pacmacs-tick-duration-ms)
-                pacmacs--ghost-blinking-threshold
+                pacmacs--ghost-blinking-threshold-ms
                 terrified-timer)
         (plist-put terrified-ghost
                    :current-animation

Reply via email to