branch: elpa/dslide
commit 6eb2cefbcac66703a02ae572b66e251ed3245514
Author: Psionik K <[email protected]>
Commit: Psionik K <[email protected]>
line noise
Signed-off-by: Psionik K <[email protected]>
---
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))))))