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

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

[nongnu] elpa/dslide 8f56d6914d 221/230: Fix fat-finger in d0e1177


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 8f56d6914d 221/230: Fix fat-finger in d0e1177
Date: Sun, 7 Jul 2024 19:00:45 -0400 (EDT)

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

    Fix fat-finger in d0e1177
    
    Must have fat-fingered this right before the commit because I used that 
code to
    make a video.
---
 dslide.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dslide.el b/dslide.el
index 4a9cf9c42d..1e507abab9 100644
--- a/dslide.el
+++ b/dslide.el
@@ -1588,7 +1588,7 @@ restriction, meaning no progress was made.")
         (let ((dslide-header (oref obj header)))
           (dslide--make-header (null (oref obj breadcrumbs))))
         (mapc
-         (lambda (w) (set-window-point wb (point-min))) ; reset the scroll
+         (lambda (w) (set-window-point w (point-min))) ; reset the scroll
          (get-buffer-window-list (current-buffer) nil t))
         ;; Return progress
         begin))))



reply via email to

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