[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DEFUN&-CHECK-ARGS
- To: GSB at MIT-MC
- Subject: DEFUN&-CHECK-ARGS
- From: JONL at MIT-MC (Jon L White)
- Date: Fri, 30 Jan 81 20:57:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 30 JAN 1981 1557-EST
I remember you had a question earlier this month about when
DEFUN& would output (ARGS 'FOO ...). Well, the variable
DEFUN&-CHECK-ARGS only controls the insertion of number-of-arg-
checking code into the body of the function -- thus if such code
did get inserted, it is presumed that the ARGS needn't be
changed (and there are reasons why you might not want to
change it frivously -- like, not having to unpurcopy the
symbol).