[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
typos in Cltl
- To: common-lisp@sail.stanford.edu
- Subject: typos in Cltl
- From: Timothy Daly <DALY@ibm.com>
- Date: Thu, 16 Apr 1987 18:48:00 -0000
There is a typo on p 277.
The line reads:
((a b) #(f 3) ....
it should read
(#(a b) #(f 3) ....
the dispatching macro character is missing.
I didn't see this one in the list of typos dated 12/85.
Is there a later one?