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

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

[nongnu] elpa/helm 7b922d2fa8 1/2: Fix sorting buffers with completions-


From: ELPA Syncer
Subject: [nongnu] elpa/helm 7b922d2fa8 1/2: Fix sorting buffers with completions-detailed enabled
Date: Thu, 10 Aug 2023 10:00:06 -0400 (EDT)

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

    Fix sorting buffers with completions-detailed enabled
---
 helm-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-mode.el b/helm-mode.el
index 421c61bc32..be66f6bfde 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1020,7 +1020,8 @@ behavior as emacs vanilla.")
                comp 'face (if fname
                               'font-lock-builtin-face
                             'font-lock-doc-face))
-              prefix suffix)))))
+              (propertize " " 'display prefix)
+              (propertize " " 'display suffix))))))
 
 (defun helm--symbol-completion-table-affixation (_completions)
   "Override `help--symbol-completion-table-affixation'.



reply via email to

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