From d30a024e697a8b8a20789cc702231b9e893e9a72 Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Wed, 12 Dec 2001 20:21:13 +0000 Subject: [PATCH] Add missing PROVIDE for :clm, now that (require :clm) works. --- interface/initial.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/initial.lisp b/interface/initial.lisp index 3ece7c000..c41a88d91 100644 --- a/interface/initial.lisp +++ b/interface/initial.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/initial.lisp,v 1.5 1994/10/31 04:53:18 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/initial.lisp,v 1.6 2001/12/12 20:21:13 pmai Exp $") ;;; ;;; ********************************************************************** ;;; @@ -16,6 +16,8 @@ (setf (getf ext:*herald-items* :motif) `(" Motif toolkit and graphical debugger 1.0")) +(provide :clm) + (defpackage "INTERFACE" (:use "TOOLKIT" "LISP" "EXTENSIONS" "KERNEL") (:shadow "CLASS-DIRECT-SUPERCLASSES") -- GitLab