commit 4a027daf474646fed3db3db92901dbc19a78423c parent f082f0759e491d5e2fdaaf9fff4e0b0d4a9fa417 Author: jrs5 <jonathan.schmeling@generalgrowth.com> Date: Mon, 11 May 2020 23:01:06 -0500 Actually be able to call this, rather than causing an error… Diffstat:
M | emojify.el | | | 17 | +++++++++-------- |
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/emojify.el b/emojify.el @@ -1853,14 +1853,15 @@ completion UI to display properly emojis." minibuffer-setup-hook)) (helm-after-initialize-hook (cons #'emojify--completing-read-helm-hook (bound-and-true-p helm-after-initialize-hook)))) - (car (split-string (emojify-completing-read-function prompt - candidates - predicate - require-match - initial-input - hist - def - inherit-input-method) + (car (split-string (funcall emojify-completing-read-function + prompt + candidates + predicate + require-match + initial-input + hist + def + inherit-input-method) " ")))) ;;;###autoload