refactor the way oodml find-all and select deal with their keyword args.
authorNathan Bird <nathan@acceleration.net>
Fri, 1 Jul 2011 18:39:34 +0000 (14:39 -0400)
committerNathan Bird <nathan@acceleration.net>
Mon, 4 Jul 2011 20:37:58 +0000 (16:37 -0400)
 * introduce filter-plist for filtering key-value pairs out of a plist.
 * switch some (apply #'some-fun (append args (list :key val)))
            to (apply #'some-fun :key val args)
       where we know the key isn't in the args list


No differences found