From 22b585610a67490424b863fa10c335db9d8cbc8a Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 25 Aug 1993 02:24:00 +0000
Subject: [PATCH] Really fix IN-PACKAGE usage.

---
 hemlock/hi-integrity.lisp | 4 ++--
 hemlock/hunk-draw.lisp    | 4 ++--
 hemlock/termcap.lisp      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/hemlock/hi-integrity.lisp b/hemlock/hi-integrity.lisp
index 29f7984cd..746a1bb2d 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 2227c167e..1254e42a0 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 e28e234b1..f0eab0f50 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")
 
 
 
-- 
GitLab