From 5fbcbf7349c1ed5fbec0a57bb3aadfdbe33001b6 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sat, 23 May 1992 15:19:20 +0000 Subject: [PATCH] Put charmacs in CLX since key-event uses it. --- tools/clxcom.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/clxcom.lisp b/tools/clxcom.lisp index 26dff2353..c305cdda4 100644 --- a/tools/clxcom.lisp +++ b/tools/clxcom.lisp @@ -45,6 +45,7 @@ (comf "target:clx/image" :load t) (comf "target:clx/resource" :load t)) (comf "target:code/clx-ext") + (comf "target:hemlock/charmacs" :load t) (comf "target:hemlock/key-event") (comf "target:hemlock/keysym-defs") @@ -81,6 +82,7 @@ "target:clx/image" "target:clx/resource" "target:code/clx-ext" + "target:hemlock/charmacs" "target:hemlock/key-event" "target:hemlock/keysym-defs" "target:code/inspect")) -- GitLab