From 58095e3044247bb69b5b52ec8ca535752383f758 Mon Sep 17 00:00:00 2001
From: chiles <chiles>
Date: Mon, 29 Jul 1991 08:55:51 +0000
Subject: [PATCH] Added netnews.lisp

---
 tools/hemcom.lisp | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/tools/hemcom.lisp b/tools/hemcom.lisp
index 6dea36322..2d4fcece7 100644
--- a/tools/hemcom.lisp
+++ b/tools/hemcom.lisp
@@ -33,6 +33,7 @@
 (pushnew :command-bits *features*)
 (pushnew :buffered-lines *features*)
 
+
 (with-compiler-log-file
     ("target:compile-hemlock.log"
      :optimize
@@ -103,6 +104,7 @@
 (comf "target:hemlock/echocoms")
 (comf "target:hemlock/defsyn")
 
+
 (with-compilation-unit
     (:optimize
      '(optimize (safety 2))
@@ -158,9 +160,12 @@
 (comf "target:hemlock/completion")
 (comf "target:hemlock/shell")
 (comf "target:hemlock/debug")
-    ); WITH-COMPILATION-UNIT for commands
+(comf "target:hemlock/netnews")
+
+) ;WITH-COMPILATION-UNIT for commands
+
 
 (comf "target:hemlock/bindings")
 (comf "target:hemlock/hacks")
 
-); With-Compiler-Log-File
+) ;WITH-COMPILER-LOG-FILE
-- 
GitLab