From f3a13fe4edb7761b766fc4fdbe4f3fd923819d30 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 22 May 1992 18:46:34 +0000
Subject: [PATCH] Compile and load key-event and keysym-defs from hemlock,
 since the X inspector depends on them.

---
 tools/clxcom.lisp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tools/clxcom.lisp b/tools/clxcom.lisp
index eba263db3..2979da4d4 100644
--- a/tools/clxcom.lisp
+++ b/tools/clxcom.lisp
@@ -52,6 +52,9 @@
     (comf "target:clx/image" :load t)
     (comf "target:clx/resource" :load t))
   (comf "target:code/clx-ext")
+  (comf "target:hemlock/key-event")
+  (comf "target:hemlock/keysym-defs")
+
   #-no-pcl
   (comf "target:code/inspect"))
 
@@ -85,6 +88,8 @@
 	   "target:clx/image"
 	   "target:clx/resource"
 	   "target:code/clx-ext"
+	   "target:hemlock/key-event"
+	   "target:hemlock/keysym-defs"
 	   "target:code/inspect"))
  :output (make-pathname :defaults "target:clx/clx-library"
 			:type (c:backend-fasl-file-type c:*target-backend*)))
-- 
GitLab