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

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

[nongnu] elpa/dslide afff88a6ca 202/230: Update following buffers even i


From: ELPA Syncer
Subject: [nongnu] elpa/dslide afff88a6ca 202/230: Update following buffers even in different frames
Date: Sun, 7 Jul 2024 19:00:39 -0400 (EDT)

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

    Update following buffers even in different frames
    
    Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
 dslide.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dslide.el b/dslide.el
index 165d8aaf0d..6f1f391e23 100644
--- a/dslide.el
+++ b/dslide.el
@@ -2754,7 +2754,7 @@ org object or boolean (which will be ignored)."
       (org-fold-show-context)
       (org-fold-show-entry)
       (org-fold-show-subtree)
-      (when-let ((windows (get-buffer-window-list (current-buffer))))
+      (when-let ((windows (get-buffer-window-list (current-buffer) nil t)))
         (mapc (lambda (w) (set-window-point w pos)) windows))
       (set-buffer (oref dslide--deck slide-buffer)))))
 



reply via email to

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