Changeset 5943


Ignore:
Timestamp:
Feb 19, 2007, 3:36:07 AM (18 years ago)
Author:
Gary Byers
Message:

STANDARD-OBJECT-LINE-N: handle funcallable-stanard-objects better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/describe.lisp

    r5579 r5943  
    515515  (let* ((instance (inspector-object i))
    516516         (class (class-of instance))
    517          (wrapper (ccl::standard-object-p instance))
     517         (wrapper (or (ccl::standard-object-p instance)
     518                      (if (typep instance 'ccl::funcallable-standard-object)
     519                        (ccl::gf.instance.class-wrapper instance))))
    518520         (instance-start 2))
    519521    (if (< n instance-start)
Note: See TracChangeset for help on using the changeset viewer.