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))