From ecb039feeafbf64b2f60a3c755efe038f77b4798 Mon Sep 17 00:00:00 2001 From: pw <pw> Date: Sun, 25 Jan 1998 14:54:40 +0000 Subject: [PATCH] Export find-class, class-name, class-of and builtin-class from MOP package. These operate on the PCL class structure rather than the cmucl class structure. --- pcl/pkg.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pcl/pkg.lisp b/pcl/pkg.lisp index f30e5fde3..c17318029 100644 --- a/pcl/pkg.lisp +++ b/pcl/pkg.lisp @@ -239,6 +239,8 @@ (:shadowing-import-from :pcl "FIND-CLASS" "CLASS-NAME" "BUILT-IN-CLASS" "CLASS-OF") + (:export + "FIND-CLASS" "CLASS-NAME" "BUILT-IN-CLASS" "CLASS-OF") (:export ;; Names taken from "The Art of the Metaobject Protocol" "ADD-DEPENDENT" -- GitLab