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

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

[elpa] externals/embark 64d391712f 1/4: Set update parameter to tabulate


From: ELPA Syncer
Subject: [elpa] externals/embark 64d391712f 1/4: Set update parameter to tabulated-list-print to t
Date: Mon, 4 Apr 2022 16:57:38 -0400 (EDT)

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

    Set update parameter to tabulated-list-print to t
---
 embark.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index cd631b7d0c..2988cbd4f3 100644
--- a/embark.el
+++ b/embark.el
@@ -2925,7 +2925,8 @@ with key \"Embark Live\"."
                            (funcall stop-collect)
                          (embark-collect--update-candidates live-buffer)
                          (with-current-buffer live-buffer
-                           (save-excursion (revert-buffer)))
+                           ;; TODO figure out why I can't restore point
+                           (tabulated-list-print nil t))
                          (setq timer nil))))))))
     (add-hook 'after-change-functions run-collect nil t)
     (when (minibufferp)



reply via email to

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