[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Extra paren in example on p.430
- To: common-lisp@su-ai.ARPA
- Subject: Extra paren in example on p.430
- From: S Sridhar <sridhar%tekchips%tektronix.csnet@CSNET-RELAY.ARPA>
- Date: Tuesday, 19 Nov 85 13:00:45 PST
- Fcc: cl-mail
The fourth line in the definition of the function
command-dispatch, the book shows
(funcall fn))
it should be (funcall fn)
--sridhar