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

lset not define



Sorry, I want to write (lset foo) not (define foo).  But are all these bind
forms (set, lset, define, define-constant, and define-integrable) really
necessary?  For instance (define-constant alpha 60) could be replaced by
(define-integrable alpha 60).

	-JJHunt