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

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

[nongnu] elpa/helm 6203607785 7/7: Comment only


From: ELPA Syncer
Subject: [nongnu] elpa/helm 6203607785 7/7: Comment only
Date: Thu, 11 Apr 2024 06:59:57 -0400 (EDT)

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

    Comment only
---
 helm-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-core.el b/helm-core.el
index 309344a3c0..7aead9ceed 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -6995,7 +6995,7 @@ LONGEST can be used to specify longest candidate."
   (let ((lgst (or longest (helm-in-buffer-get-longest-candidate)))
         (len  (length cand)))
     (if (zerop lgst)
-        " -- "
+        " -- " ; For emacs style.
       (make-string (1+ (if (>= lgst len)
                              (- lgst len)
                            0))



reply via email to

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