[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Tue, 7 Aug 79 03:27:00 GMT
- Cc: RWK at MIT-MC
- Original-date: 6 AUG 1979 2327-EDT
DEFAULTF seems to be set to ((DSK JONL) @ @) in a bare lisp.
Saying (LOAD 'FOO) says ((DSK JONL) FOO >) not found.
I would guess JONL tried to patch it so DEFAULTF was set so
that load did the 'right' thing ... I thought we decided all
that meant was that DEFAULTF would just be set initially to
((DSK something [hsname or sname?]) * >) ... Not that anything
in LOAD was going to be altered -- ie, why was it looking at
FOO > if that's not what DEFAULTF was set to?