[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: INFO-LISPM at MIT-AI
- From: rms at MIT-AI (Richard M. Stallman)
- Date: Tue ,17 Jul 79 03:12:00 EDT
- Sent-by: ___006 at MIT-AI
Soon, any argument which is ignored in the function and not named
IGNORE or IGNORED will draw a warning message from the compiler.
An argument named IGNORE or IGNORED and not ignored will also get a warning.
Exception: OPERATION (an argument in every DEFMETHOD) will not
get a warning either way.
Also, NIL or T as an argument of prog variable will be ignored
(not bound or anything) with a warning message.