Mon Nov 23 13:02:12 UTC 2009 pix@kepibu.org
* Import when-let*, too
hunk ./package.lisp 5
- #:rcurry))
+ #:rcurry
+ #:when-let*))
hunk ./selectors.lisp 88
- (alexandria:when-let* ((parent (element-parent element))
- (pos (position element (element-children parent) :test #'eq)))
+ (when-let* ((parent (element-parent element))
+ (pos (position element (element-children parent) :test #'eq)))