From 40f8ce87ee9ecd95e90bd9e2e056642a85e17373 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 24 Mar 1992 14:50:30 +0000 Subject: [PATCH] Added comf of clx-ext. --- tools/clxcom.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/clxcom.lisp b/tools/clxcom.lisp index 3e1de0553..4305ea270 100644 --- a/tools/clxcom.lisp +++ b/tools/clxcom.lisp @@ -48,4 +48,5 @@ (comf "target:clx/keysyms" :load t) (comf "target:clx/manager" :load t) (comf "target:clx/image" :load t) - (comf "target:clx/resource" :load t))) + (comf "target:clx/resource" :load t)) + (comf "target:code/clx-ext")) -- GitLab