[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
<NEWLISP>FILEPKG
- To: TEITELMAN, MASINTER
- Subject: <NEWLISP>FILEPKG
- From: KAPLAN
- Date: Fri, 06 Feb 1981 00:16:36 -8000
- Date: 6 FEB 1981 0016-PST
- Cc: LISP
Bugs in HASDEF/GETDEF fixed.
There is a change in the interpretation of the SOURCE argument, which
should be documented:
If source is the atom ?, it is interpreted as either 0, T, or FILE.
Most functions (e.g. EDTIDEF, GETDEF) default the source argument to ?, so
that NIL gives the behavior as currently described.
However, HASDEF defaults source to 0, the current definition. This
also gives the currently expected behavior for that function.
--Ron
-------