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

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

[nongnu] elpa/dslide 0aac570ba0 211/230: punching a compiler warning


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 0aac570ba0 211/230: punching a compiler warning
Date: Sun, 7 Jul 2024 19:00:40 -0400 (EDT)

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

    punching a compiler warning
---
 dslide.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dslide.el b/dslide.el
index 6c4db0f5c5..00a1c98f8c 100644
--- a/dslide.el
+++ b/dslide.el
@@ -2771,7 +2771,8 @@ will advance the windows to the current buffer 
restriction"
                    ((and (listp progress)
                          (or (member (car progress) org-element-all-elements)
                              (member (car progress) org-element-all-objects)))
-                    (org-element-property :begin progress)))))
+                    (org-element-property :begin progress))))
+        slide-buffer-point-min)
     (when (and (not (booleanp progress)) (null pos))
       (message "Incomprehensible progress reported: %s" progress))
     (when (and pos dslide-base-follows-slide)



reply via email to

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