At 11:46 AM -0700 9/24/04, Greg Hill wrote:
<snip>
  (let (from-buf to_buf count line)
</snip>

Oops.  Make that
  (let (from-buf to-buf count line)
 
--Greg