branch: elpa/helm commit e11e6f91fcd825d112b6b20e8e047854c2156e88 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Update comment --- helm-core.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-core.el b/helm-core.el index c7d68cf326..45c91ae0ed 100644 --- a/helm-core.el +++ b/helm-core.el @@ -3699,6 +3699,7 @@ For RESUME INPUT DEFAULT and SOURCES see `helm'." ;; Some sources like helm-mu are using input to init their ;; candidates in init function, so setup initial helm-pattern here. ;; See bug#2530 and https://github.com/emacs-helm/helm-mu/issues/54. + ;; Input should have precedence on default. (cond (input (setq helm-input input helm-pattern input))