From 5e621908093f5da362c891b4a33074b73306812b Mon Sep 17 00:00:00 2001
From: emarsden <emarsden>
Date: Tue, 25 Feb 2003 15:21:43 +0000
Subject: [PATCH] Add dabbrev.lisp to list of files compiled with Hemlock.

---
 tools/hemcom.lisp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/hemcom.lisp b/tools/hemcom.lisp
index f3f8316b8..1e543fbe7 100644
--- a/tools/hemcom.lisp
+++ b/tools/hemcom.lisp
@@ -3,7 +3,7 @@
 ;;; **********************************************************************
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hemcom.lisp,v 1.9 1999/01/09 11:05:20 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hemcom.lisp,v 1.10 2003/02/25 15:21:43 emarsden Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -179,6 +179,7 @@
 (comf "target:hemlock/debug" :byte-compile t)
 (comf "target:hemlock/netnews" :byte-compile t)
 (comf "target:hemlock/rcs" :byte-compile t)
+(comf "target:hemlock/dabbrev" :byte-compile t)
 
 ) ;WITH-COMPILATION-UNIT for commands
 
@@ -294,4 +295,5 @@
  "target:hemlock/debug"
  "target:hemlock/netnews"
  "target:hemlock/rcs"
+ "target:hemlock/dabbrev"
  "target:hemlock/bindings")
-- 
GitLab