[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Erratum on p.107Subject:



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