summaryrefslogtreecommitdiff
path: root/helm-lib.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-14 15:22:31 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-14 15:22:31 +0100
commit3c255e57316cc8666a6d2a66cf82029cca6278e1 (patch)
tree2ae7834d3d3e188a823573eeae2ca945f0eec79b /helm-lib.el
parent17dc1c8753a7948c31979592686c2c288b59667e (diff)
Fix order of styles for emacs-26 and 27
* helm-lib.el (helm-dynamic-completion): Do it. * helm-mode.el (helm-completion-in-region--fix-completion-styles): Do it.
Diffstat (limited to 'helm-lib.el')
-rw-r--r--helm-lib.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-lib.el b/helm-lib.el
index dd4ebf53..472b6e5b 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -1362,7 +1362,7 @@ Example:
"
(lambda ()
- (let* ((completion-styles (append completion-styles '(helm)))
+ (let* ((completion-styles (append '(helm) (remove 'helm completion-styles)))
(compsfn (lambda (str pred _action)
(let* ((comps (completion-all-completions
str