diff --git a/hemlock/hi-integrity.lisp b/hemlock/hi-integrity.lisp
index 29f7984cdff18f34913153c7cb8593424ddb3502..746a1bb2dc4431dfc94b69ef96cda7f6ec80196a 100644
--- a/hemlock/hi-integrity.lisp
+++ b/hemlock/hi-integrity.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/hi-integrity.lisp,v 1.3 1993/08/25 02:08:53 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/hi-integrity.lisp,v 1.4 1993/08/25 02:23:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -15,7 +15,7 @@
 ;;;
 ;;; Hack to check a buffer's integrity.
 ;;;
-(in-package "HEMLOCK"-internals)
+(in-package "HEMLOCK-INTERNALS")
 
 (defun checkit (&optional (buffer (current-buffer)))
   "Returns NIL if the buffer's region is OK, or a losing line if it ain't.
diff --git a/hemlock/hunk-draw.lisp b/hemlock/hunk-draw.lisp
index 2227c167ed9fb490c56b0c2af40e398d8b69cf50..1254e42a074e3db4fb5dbe24df84d311f6a21483 100644
--- a/hemlock/hunk-draw.lisp
+++ b/hemlock/hunk-draw.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/hunk-draw.lisp,v 1.4 1993/08/25 02:09:04 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/hunk-draw.lisp,v 1.5 1993/08/25 02:23:47 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -15,7 +15,7 @@
 ;;;
 ;;; Hemlock screen painting routines for the IBM RT running X.
 ;;;
-(in-package "HEMLOCK"-internals)
+(in-package "HEMLOCK-INTERNALS")
 
 
 (defparameter hunk-height-limit 80 "Maximum possible height for any hunk.")
diff --git a/hemlock/termcap.lisp b/hemlock/termcap.lisp
index e28e234b1e685b233eb1b262c245e44bd0ed989e..f0eab0f504908f86da49c1181d2ea486c5c1a7fd 100644
--- a/hemlock/termcap.lisp
+++ b/hemlock/termcap.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/termcap.lisp,v 1.6 1993/08/25 02:11:01 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/termcap.lisp,v 1.7 1993/08/25 02:24:00 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -19,7 +19,7 @@
 ;;; for initializing a redisplay methods device.
 ;;;
 
-(in-package "HEMLOCK"-internals)
+(in-package "HEMLOCK-INTERNALS")