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

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

[nongnu] elpa/helm 1c36098cca: Use inconditionally truncate-lines in hel


From: ELPA Syncer
Subject: [nongnu] elpa/helm 1c36098cca: Use inconditionally truncate-lines in helm-M-x and helm-apropos
Date: Tue, 19 Jul 2022 14:58:46 -0400 (EDT)

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

    Use inconditionally truncate-lines in helm-M-x and helm-apropos
---
 helm-command.el | 3 ++-
 helm-elisp.el   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/helm-command.el b/helm-command.el
index 9569d44cc2..29491c745d 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -324,7 +324,8 @@ default to `extended-command-history'."
           (helm :sources sources
                 :prompt prompt
                 :buffer "*helm M-x*"
-                :history 'helm-M-x-input-history))
+                :history 'helm-M-x-input-history
+                :truncate-lines t))
       (helm-M-x--unwind-forms))))
 
 ;; When running a command involving again helm from helm-M-x, the
diff --git a/helm-elisp.el b/helm-elisp.el
index e18d20f8ae..7f0455ca35 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -813,7 +813,7 @@ a string, i.e. the `symbol-name' of any existing symbol."
           :history 'helm-apropos-history
           :buffer "*helm apropos*"
           :preselect (and default (concat "^\\_<" (regexp-quote default) 
"\\_>"))
-          :truncate-lines helm-apropos-show-short-doc)))
+          :truncate-lines t)))
 
 
 ;;; Advices



reply via email to

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