# HG changeset patch # User Richard M. Stallman # Date 738435363 0 # Node ID 6b8a9fb0537c85b1547335a338b9fd953058db82 # Parent 864024ebf5268bc78c8e735274af1eaf9a801051 Provide `ispell'. diff -r 864024ebf526 -r 6b8a9fb0537c lisp/textmodes/=ispell4.el --- a/lisp/textmodes/=ispell4.el Wed May 26 07:52:24 1993 +0000 +++ b/lisp/textmodes/=ispell4.el Wed May 26 16:56:03 1993 +0000 @@ -575,4 +575,6 @@ (kill-emacs 1)) (write-region (point-min) (point-max) "ispell.info")) +(provide 'ispell) + ;;; ispell.el ends here