From 25bc027046364ab5ecc04b0ca46718d8f8f7e6cd Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 25 Aug 1993 02:40:00 +0000
Subject: [PATCH] Move defpackage to spell-rt, cause it's first.

---
 hemlock/spell-corr.lisp | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/hemlock/spell-corr.lisp b/hemlock/spell-corr.lisp
index c8def72d2..a2bb420a2 100644
--- a/hemlock/spell-corr.lisp
+++ b/hemlock/spell-corr.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/spell-corr.lisp,v 1.1.1.8 1993/08/25 02:34:55 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-corr.lisp,v 1.1.1.9 1993/08/25 02:40:00 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -160,13 +160,6 @@
 ;;; "M" FLAG:
 ;;;         ... => ...'S  as in DOG => DOG'S
 
-(defpackage "SPELL"
-  (:use "LISP" "EXTENSIONS" "SYSTEM")
-  (:export spell-try-word spell-root-word spell-collect-close-words
-	   maybe-read-spell-dictionary correct-spelling max-entry-length
-	   spell-read-dictionary spell-add-entry spell-root-flags
-	   spell-remove-entry))
-
 (in-package "SPELL")
 
 
-- 
GitLab