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

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

[nongnu] elpa/helm 141e97f69f 1/3: Use helm-window instead of helm-buffe


From: ELPA Syncer
Subject: [nongnu] elpa/helm 141e97f69f 1/3: Use helm-window instead of helm-buffer when showing infos in mode-line
Date: Sat, 30 Jul 2022 00:58:54 -0400 (EDT)

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

    Use helm-window instead of helm-buffer when showing infos in mode-line
---
 helm-eval.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-eval.el b/helm-eval.el
index 9d57ddde0d..0ac4e11546 100644
--- a/helm-eval.el
+++ b/helm-eval.el
@@ -138,7 +138,7 @@ Should take one arg: the string to display."
 (defun helm-show-info-in-mode-line (str)
   "Display string STR in mode-line."
   (save-selected-window
-    (with-current-buffer helm-buffer
+    (with-helm-window
       (let ((mode-line-format (concat " " str)))
         (force-mode-line-update)
         (sit-for helm-show-info-in-mode-line-delay))



reply via email to

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