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

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

[nongnu] elpa/helm 0ea25376b8 2/5: Fix flashing helm-occur buffer after


From: ELPA Syncer
Subject: [nongnu] elpa/helm 0ea25376b8 2/5: Fix flashing helm-occur buffer after resume
Date: Wed, 6 Jul 2022 11:58:35 -0400 (EDT)

branch: elpa/helm
commit 0ea25376b8afe80d053bc3df9e3af72fcbea44d7
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix flashing helm-occur buffer after resume
---
 helm-occur.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-occur.el b/helm-occur.el
index b46f78fce7..5942a0efb5 100644
--- a/helm-occur.el
+++ b/helm-occur.el
@@ -767,7 +767,8 @@ This is the `next-error-function' for `helm-occur-mode'."
                                            (point))
                                          (point-max))))
                    (overlay-put ov 'face 'helm-resume-need-update)
-                   (sit-for 0.3) (delete-overlay ov)
+                   (sit-for 0)
+                   (delete-overlay ov)
                    (message "[Helm occur Buffer outdated (C-c C-u to 
update)]")))))
             (unless buffer-is-modified
               (with-helm-after-update-hook



reply via email to

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