[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: JONL at MIT-MC
- From: Kent M. Pitman <KMP at MIT-MC>
- Date: Thu, 30 Apr 81 15:29:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 30 April 1981 10:29-EST
... When an unusual value for the array is given to FILLARRAY, then the
possibility exists that it may be a file object, so that is why BLTARRAY
is loaded. Of course it finds out that none of its cases are applicable
either, so ... Maybe FILLARRAY could check more before autloading...
If it's worried arg2 is going to be a file, while doesn't it use FILEP or
(EQ (TYPEP x) 'ARRAY) ...? These predicates seem much more relevant.