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

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

[elpa] externals/embark 0e027c57da 1/7: Fix bug that kept embark-live f


From: ELPA Syncer
Subject: [elpa] externals/embark 0e027c57da 1/7: Fix bug that kept embark-live from actually updating 😬
Date: Wed, 13 Apr 2022 16:57:30 -0400 (EDT)

branch: externals/embark
commit 0e027c57da19aa2fb346396439efcd408edfe26d
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Fix bug that kept embark-live from actually updating 😬
---
 embark.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/embark.el b/embark.el
index 2ba4d42e1c..76d56be6c0 100644
--- a/embark.el
+++ b/embark.el
@@ -2940,6 +2940,7 @@ with key \"Embark Live\"."
                          (embark-collect--update-candidates live-buffer)
                          (with-current-buffer live-buffer
                            ;; TODO figure out why I can't restore point
+                           (embark-collect--revert)
                            (tabulated-list-print nil t))
                          (setq timer nil))))))))
     (add-hook 'after-change-functions run-collect nil t)



reply via email to

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