diff --git a/yasnippet.el b/yasnippet.el index 23348a8..26db562 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -1576,7 +1576,7 @@ TEMPLATES is a list of `yas/template'." filtered-choices chosen d - (completion-fn (or completion-fnn + (completion-fn (or completion-fn #'completing-read))) (dolist (choice choices) (setq d (or (and display-fn (funcall display-fn choice))