From cfde5b7fb03c6044d8e3cff696bea07872565c11 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Mon, 15 Oct 1990 14:30:12 +0000 Subject: [PATCH] Commented out struct-ed, because the only defstruct in it was wrong and a correct version exists elsewhere. --- tools/hemcom.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hemcom.lisp b/tools/hemcom.lisp index 596e395f5..e2336037d 100644 --- a/tools/hemcom.lisp +++ b/tools/hemcom.lisp @@ -45,7 +45,7 @@ (comf "target:hemlock/charmacs" :always-once t) (comf "target:hemlock/key-event" :load t) (comf "target:hemlock/struct" :always-once t) -(comf "target:hemlock/struct-ed" :always-once t) +;(comf "target:hemlock/struct-ed" :always-once t) (comf "target:hemlock/rompsite" :always-once t) ;;; ;;; This is necessary since all the #k uses in Hemlock will expand into -- GitLab