added proper package to range-list, which, i forgot to mention, is courtesy of Vladim...
authorDrew Crampsie <drewc@tech.coop>
Mon, 11 Jul 2005 10:20:31 +0000 (03:20 -0700)
committerDrew Crampsie <drewc@tech.coop>
Mon, 11 Jul 2005 10:20:31 +0000 (03:20 -0700)
darcs-hash:20050711102031-5417e-0241d3746fe1bfaef2664cb9e4aebd2674a49f7f.gz

src/components/range-list.lisp

index 0e4e28f..bf38ed2 100644 (file)
@@ -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) =>
 (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) =>