From dea4e22a658d2e3038e9a89e2de7c66e03d88756 Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Tue, 11 Dec 2001 00:48:06 +0000 Subject: [PATCH] Add PROVIDE form, now that CLX can be loaded via REQUIRE. --- clx/clx.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clx/clx.lisp b/clx/clx.lisp index 6fcf031fc..b7b9852c3 100644 --- a/clx/clx.lisp +++ b/clx/clx.lisp @@ -17,7 +17,7 @@ ;;; #+cmu (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/clx/clx.lisp,v 1.11 1999/03/16 23:37:37 pw Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/clx/clx.lisp,v 1.12 2001/12/11 00:48:06 pmai Exp $") ;; Primary Interface Author: ;; Robert W. Scheifler @@ -90,6 +90,8 @@ (pushnew :clx-mit-r4 *features*) (pushnew :clx-mit-r5 *features*) +(provide :clx) + (defparameter *protocol-major-version* 11.) (defparameter *protocol-minor-version* 0) -- GitLab