Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-03-20 00:18:06 -0700 (Tue, 20 Mar 2007)
Revision: 10244
Log message:
Intermediate commit--I messed up my git repos a little, so
I think I should save to svn more often.
Several small changes:
- Autoloading should work.
- If a file is to be used with "open", it must define
it variables. No more "X = foo". If X is local,
the first definition must be qualified "public.X = foo".