From 404089ba05470684cd998ad2935b73cbc5a74a07 Mon Sep 17 00:00:00 2001 From: Tao Peng Date: Wed, 2 May 2012 15:20:59 +0200 Subject: [PATCH] typo error in `yas/comleting-prompt' --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))