[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Defun inside Let
- To: common-lisp@SU-AI.ARPA
- Subject: Defun inside Let
- From: "Scott E. Fahlman" <Fahlman@C.CS.CMU.EDU>
- Date: Thu, 30 Jan 1986 18:29:00 -0000
- Sender: FAHLMAN@C.CS.CMU.EDU
There can be no question at all on the point Jeff Dalton raises: when a
Defun occurs inside a Let or anywhere else, it changes the GLOBAL
function definition for the symbol in question. It is not a form of
LABELS.
-- Scott