From: Drew Crampsie Date: Mon, 11 Jul 2005 10:20:31 +0000 (-0700) Subject: added proper package to range-list, which, i forgot to mention, is courtesy of Vladim... X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/commitdiff_plain/90e37ea36b5cbc1c9f039d2c42305921c4f8f27f?pf=clinton added proper package to range-list, which, i forgot to mention, is courtesy of Vladimir Sekissov, who has sent a bunch of great patches. darcs-hash:20050711102031-5417e-0241d3746fe1bfaef2664cb9e4aebd2674a49f7f.gz --- diff --git a/src/components/range-list.lisp b/src/components/range-list.lisp index 0e4e28f..bf38ed2 100644 --- a/src/components/range-list.lisp +++ b/src/components/range-list.lisp @@ -1,3 +1,6 @@ +(in-package :mewa) + + (defgeneric make-range-list-generator (instance &key query chunk-size &allow-other-keys) (:documentation "Produced generator must obeys the following interface: GENERATOR (:first|:last|:next|:previous|:current &optional offset) =>