annotate implementations/tabcode/package.lisp @ 171:98443d36ac6a

Fixed sequence:make-sequence-like :around method The :around method clobbered the %data slot, as Christophe put it. darcs-hash:20080123180914-990ec-629ecf5d60363512e6831800bb1e61dbcb8f94f5.gz
author Jamie Forth <j.forth@gold.ac.uk>
date Wed, 23 Jan 2008 18:09:14 +0000
parents 2fd7ebed5b87
children 88089258e08d
rev   line source
c@43 1 (cl:defpackage "AMUSE-TABCODE"
c@43 2 (:use "CL" "AMUSE" "AMUSE-UTILS")
c@43 3 (:export "COURSE" "WORD" "TABCODE-PITCHED-EVENT" "TABCODE-COMPOSITION"))