branch: elpa/dslide
commit ea60e6e53ef126d44d482cb1974bfb2111d89744
Author: Psionik K <[email protected]>
Commit: Psionik K <[email protected]>
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 <[email protected]>
---
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