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

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

[nongnu] elpa/helm ca2ebcc731 1/4: Add a message when toggling truncate


From: ELPA Syncer
Subject: [nongnu] elpa/helm ca2ebcc731 1/4: Add a message when toggling truncate lines
Date: Sat, 18 Jun 2022 01:58:29 -0400 (EDT)

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

    Add a message when toggling truncate lines
---
 helm-core.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/helm-core.el b/helm-core.el
index f552ba105b..654db246c2 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -7638,7 +7638,9 @@ help."
     (with-helm-buffer
       (setq truncate-lines (not truncate-lines))
       (when (helm-get-previous-header-pos)
-        (helm-update (regexp-quote (helm-get-selection nil t)))))))
+        (helm-update (regexp-quote (helm-get-selection nil t))))
+      (message "%sisplaying continuation lines"
+               (if truncate-lines "Not D" "D")))))
 (put 'helm-toggle-truncate-line 'helm-only t)
 
 



reply via email to

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