]> code.delx.au - gnu-emacs-elpa/commitdiff
* spurious (and) in last commit
authorcapitaomorte <joaotavora@gmail.com>
Sun, 24 Oct 2010 22:21:35 +0000 (22:21 +0000)
committercapitaomorte <joaotavora@gmail.com>
Sun, 24 Oct 2010 22:21:35 +0000 (22:21 +0000)
yasnippet.el

index d0e7c87bfe4ea29b09ed886a8783d1bc47cedcbf..f11e5d99a38cc9bc11ed78e8e0cdcab06669b8c0 100644 (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))