diff --git a/yasnippet.el b/yasnippet.el index f0aaaeb..e9c0dfd 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -1551,7 +1551,7 @@ TEMPLATES is a list of `yas/template'." (keyboard-quit)))) (defun yas/ido-prompt (prompt choices &optional display-fn) - (when (featurep 'ido) + (when (fboundp 'ido-completing-read) (yas/completing-prompt prompt choices display-fn #'ido-completing-read))) (eval-when-compile (require 'dropdown-list nil t))