- Timestamp:
- Nov 25, 2007, 4:54:54 AM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/level-1/l1-io.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-io.lisp
r7593 r7749 1657 1657 (format stream "for ") 1658 1658 (%lfun-name-string (%function-vector-to-function fv) stream))) 1659 1660 (defmethod print-object ((c class-cell) stream) 1661 (print-unreadable-object (c stream :type t :identity t) 1662 (format stream "for ~s" (class-cell-name c)))) 1659 1663 1660 1664
Note:
See TracChangeset
for help on using the changeset viewer.
