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

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

[nongnu] elpa/dslide 6eb2cefbca 097/230: line noise


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 6eb2cefbca 097/230: line noise
Date: Sun, 7 Jul 2024 19:00:20 -0400 (EDT)

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

    line noise
    
    Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
 macro-slides.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/macro-slides.el b/macro-slides.el
index 85e5dce5df..0e22a380ec 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -1247,7 +1247,7 @@ deck of progress was made.")
 (cl-defmethod ms-init :after ((obj ms-action-narrow))
   (ms-narrow obj))
 
-(cl-defmethod ms-step-forward ((_ ms-action-narrow))
+(cl-defmethod ms-step-forward ((_ ms-action-narrow)) ; odd
   nil)
 
 (cl-defmethod ms-step-backward ((obj ms-action-narrow))
@@ -1625,8 +1625,7 @@ child is found."
           (ms-backward-child obj)       ; for marker effects 💡
           ;; TODO do this with overlays in a nested child ☢️
           (when heading
-            (narrow-to-region (point-min)
-                              (org-element-property :begin heading))
+            (narrow-to-region (point-min) (org-element-property :begin 
heading))
             (run-hooks 'ms-narrow-hook))
           (ms-final finished)
           (setq progress (car (oref obj children))))))



reply via email to

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