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

[no subject]



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