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

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

[nongnu] elpa/helm 454b1bd4f7 3/5: Add diacritics slot to helm-comp-read


From: ELPA Syncer
Subject: [nongnu] elpa/helm 454b1bd4f7 3/5: Add diacritics slot to helm-comp-read
Date: Fri, 13 May 2022 04:58:28 -0400 (EDT)

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

    Add diacritics slot to helm-comp-read
---
 helm-mode.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/helm-mode.el b/helm-mode.el
index e1226c9bbd..14ddcc5a16 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -586,6 +586,7 @@ If COLLECTION is an `obarray', a TEST should be needed. See 
`obarray'."
                             (name "Helm Completions")
                             header-name
                             candidates-in-buffer
+                            diacritics
                             match-part
                             match-dynamic
                             exec-when-only-one
@@ -819,6 +820,7 @@ that use `helm-comp-read'.  See `helm-M-x' for example."
                   :persistent-action persistent-action
                   :persistent-help persistent-help
                   :fuzzy-match fuzzy
+                  :diacritics diacritics
                   :keymap keymap
                   :must-match must-match
                   :group group
@@ -839,6 +841,7 @@ that use `helm-comp-read'.  See `helm-M-x' for example."
                     :requires-pattern requires-pattern
                     :persistent-action persistent-action
                     :fuzzy-match fuzzy
+                    :diacritics diacritics
                     :keymap keymap
                     :must-match must-match
                     :group group



reply via email to

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