From f8060ec2a55d7a44861977b1585b53e4f957866c Mon Sep 17 00:00:00 2001 From: capitaomorte Date: Sun, 24 Oct 2010 22:21:35 +0000 Subject: [PATCH] * spurious (and) in last commit --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index d0e7c87..f11e5d9 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -1570,7 +1570,7 @@ TEMPLATES is a list of `yas/template'." (keyboard-quit)))) (defun yas/ido-prompt (prompt choices &optional display-fn) - (when (and (featurep 'ido)) + (when (featurep 'ido) (yas/completing-prompt prompt choices display-fn #'ido-completing-read))) (eval-when-compile (require 'dropdown-list nil t))