diff --git a/hemlock/spell-corr.lisp b/hemlock/spell-corr.lisp index c8def72d2477f4b2d8efa1c4fc1ef572e34738ec..a2bb420a2b3b175427793ef88e38382d4cc65a6c 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")