[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



(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.