[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Erratum on p.107Subject:
- To: common-lisp@su-ai.ARPA
- Subject: Erratum on p.107Subject:
- From: S Sridhar <sridhar%tekchips%tektronix.csnet@CSNET-RELAY.ARPA>
- Date: Thursday, 19 Sep 85 10:09:07 PDT
- Fcc: cl-mail
On p.107 at the bottom of the page where the setq's and apply's occur:
Replace respectively:
(setq f '+) ... and
(apply 'cons ...)
BY
(setq f #'+) ... and
(apply #'cons ...)
This will improve consistency of syntax for function symbols.
Sridhar
...!tektronix!tekchips!sridhar