From b012e8bd23a44f563f01fe387de09a92f99f826b Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 22 Aug 1993 20:31:36 +0000 Subject: [PATCH] Shadow CLASS-DIRECT-SUPERCLASSES because both kernel and pcl want to export it and we want to use them both. --- interface/initial.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/initial.lisp b/interface/initial.lisp index 4762d7aed..b7f616c42 100644 --- a/interface/initial.lisp +++ b/interface/initial.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/initial.lisp,v 1.2 1993/07/27 13:29:44 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/initial.lisp,v 1.3 1993/08/22 20:31:36 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -20,6 +20,7 @@ (defpackage "INTERFACE" (:use "TOOLKIT" "LISP" "PCL" "EXTENSIONS" "KERNEL") + (:shadow "CLASS-DIRECT-SUPERCLASSES") (:export "*HEADER-FONT*" "*ITALIC-FONT*" "*ENTRY-FONT*" "*INTERFACE-STYLE*" "USE-GRAPHICS-INTERFACE" "VERIFY-SYSTEM-SERVER-EXISTS" "CREATE-INTERFACE-SHELL" "POPUP-INTERFACE-PANE" -- GitLab