Changeset 890


Ignore:
Timestamp:
Oct 1, 2004, 4:03:59 AM (20 years ago)
Author:
Gary Byers
Message:

if a CERROR offers to change the class of an existing GF, actually call CHANGE-CLASS to do so

File:
1 edited

Legend:

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

    r889 r890  
    13321332      (cerror (format nil "Change the class of ~s to ~s." gf gf-class)
    13331333              "The class of the existing generic function ~s is not ~s"
    1334               gf gf-class))
     1334              gf gf-class)
     1335      (change-class gf gf-class))
    13351336    (apply #'reinitialize-instance gf initargs)))
    13361337
Note: See TracChangeset for help on using the changeset viewer.