From c2c3677aa4f7afaf09e157dcffc3681a220f2e6c Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Tue, 11 Dec 2001 00:51:47 +0000 Subject: [PATCH] Add REQUIRE form to ensure that CLX is loaded, now that CLX can be loaded via REQUIRE. --- motif/lisp/initial.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/motif/lisp/initial.lisp b/motif/lisp/initial.lisp index f9958848d..ff84767de 100644 --- a/motif/lisp/initial.lisp +++ b/motif/lisp/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/motif/lisp/initial.lisp,v 1.6 1998/05/06 11:09:25 pw Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/initial.lisp,v 1.7 2001/12/11 00:51:47 pmai Exp $") ;;; ;;; ********************************************************************** ;;; @@ -18,6 +18,8 @@ +(require :clx) + ;;;; Set up Lisp for the loading of the Motif toolkit (defpackage "TOOLKIT-INTERNALS" -- GitLab