branch: elpa/helm
commit 620360778573a05be3c59eb3da515f2ed6d06e6c
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
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))