From 90e37ea36b5cbc1c9f039d2c42305921c4f8f27f Mon Sep 17 00:00:00 2001 From: Drew Crampsie Date: Mon, 11 Jul 2005 03:20:31 -0700 Subject: [PATCH] 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 --- src/components/range-list.lisp | 3 +++ 1 file changed, 3 insertions(+) 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) => -- 2.20.1