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

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

[nongnu] elpa/dslide 23cbefa7b8 053/230: clean up begin marker during sl


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 23cbefa7b8 053/230: clean up begin marker during slide finalization
Date: Sun, 7 Jul 2024 19:00:15 -0400 (EDT)

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

    clean up begin marker during slide finalization
    
    Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
 macro-slides.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/macro-slides.el b/macro-slides.el
index 21764085ba..d30694fd8f 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -1213,7 +1213,9 @@ heading and stores actions and their states.")
           (ms-final action))
         (oref obj section-actions))
   (when-let ((child-action (oref obj child-action)))
-    (ms-final child-action)))
+    (ms-final child-action))
+  ;; Clean up marker
+  (set-marker (oref obj begin) nil))
 
 (cl-defmethod ms-step-forward ((obj ms-slide))
   (let ((section-actions (oref obj section-actions))



reply via email to

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