Skip to content
Snippets Groups Projects
Commit e4af4c8a authored by ram's avatar ram
Browse files

This commit was generated by cvs2svn to compensate for changes in r6691,

which included commits to RCS files with non-trunk default branches.
parents da63da1a 84a1bf57
No related branches found
No related tags found
No related merge requests found
......@@ -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-rt.lisp,v 1.1.1.6 1992/02/24 04:00:32 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-rt.lisp,v 1.1.1.7 1993/08/25 02:40:34 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -17,7 +17,14 @@
;;; correcting code in Spell-Correct.Lisp, Spell-Augment.Lisp, and
;;; Spell-Build.Lisp.
(in-package "SPELL" :use '("LISP" "EXTENSIONS" "SYSTEM"))
(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")
;;;; System Area Referencing and Setting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment