From 9c48dcdd5f01c2b6817f6ce58ee0a57dc15541d4 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 28 Jan 2001 02:20:38 -0800 Subject: [PATCH] Initial revision darcs-hash:20010128102038-2591e-b39ea8433d864ac12a2080267324670b0e3b0b5f.gz --- clx-module.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 clx-module.lisp diff --git a/clx-module.lisp b/clx-module.lisp new file mode 100644 index 0000000..e72651f --- /dev/null +++ b/clx-module.lisp @@ -0,0 +1,5 @@ +;;;(in-package :xlib) +;;;(common-lisp:use-package (list :common-lisp)) +(provide :clx) +(load "clx:defsystem.lisp") +(load-clx (translate-logical-pathname "CLX:")) \ No newline at end of file