* spurious (and) in last commit

This commit is contained in:
capitaomorte 2010-10-24 22:21:35 +00:00
parent ca1d083dc7
commit f8060ec2a5

View File

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