[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: REM at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Mon, 24 Dec 79 17:32:00 GMT
- Cc: (BUG NEWIO) at MIT-MC
- Original-date: 24 DEC 1979 1232-EST
(STATUS FILEMODE) always does return a dotted pair -- NIL is a valid list
since its CAR and CDR are both defined (ie, (CAR NIL) => NIL and (CDR NIL)
=> NIL)
(STATUS FILEMODE) can be used as an OPENP predicate since it returns non-NIL
when the file is open and NIL otherwise.