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

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

[nongnu] elpa/dslide ea60e6e53e 035/230: prevent animation timer referen


From: ELPA Syncer
Subject: [nongnu] elpa/dslide ea60e6e53e 035/230: prevent animation timer reference from being lost
Date: Sun, 7 Jul 2024 19:00:12 -0400 (EDT)

branch: elpa/dslide
commit ea60e6e53ef126d44d482cb1974bfb2111d89744
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>

    prevent animation timer reference from being lost
    
    when the deck cleans up, the timer was sometimes left in the list
    
    Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
 macro-slides.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macro-slides.el b/macro-slides.el
index 33a21a6db4..3f4769b37d 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -2232,7 +2232,7 @@ assumes the buffer is restricted and that there is a 
first tree."
 
 ;; ** ANIMATION
 
-(defvar-local ms--animation-timer nil)
+(defvar ms--animation-timer nil)
 (defvar-local ms--animation-overlay nil)
 
 (defcustom ms-animation-duration 1.0



reply via email to

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