Changeset 425


Ignore:
Timestamp:
Jan 30, 2004, 11:44:06 AM (21 years ago)
Author:
Gary Byers
Message:

CLOSE just does CALL-NEXT-METHOD, which might work now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-sysio.lisp

    r384 r425  
    471471          (delete-file original-name)))
    472472      (setq *open-file-streams* (nremove s *open-file-streams*))
    473       (call-next-method)
    474       t)))
     473      (call-next-method))))
    475474
    476475(defmethod select-stream-class ((class file-stream) in-p out-p char-p)
Note: See TracChangeset for help on using the changeset viewer.