diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-26 16:56:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-26 16:56:03 +0000 |
commit | aa5f883618cf56bdb87fbb433792e1da36c978ef (patch) | |
tree | d16e2e9ec5a3519f3313b612fe18fc38f9191cb6 /lisp | |
parent | 4208412303f9fb171ad9ed626e0b8b054a526dde (diff) | |
download | emacs-aa5f883618cf56bdb87fbb433792e1da36c978ef.tar.gz emacs-aa5f883618cf56bdb87fbb433792e1da36c978ef.tar.bz2 emacs-aa5f883618cf56bdb87fbb433792e1da36c978ef.zip |
Provide `ispell'.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/ispell4.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el index 8f1b83d3851..08aed07b4e3 100644 --- a/lisp/textmodes/ispell4.el +++ b/lisp/textmodes/ispell4.el @@ -575,4 +575,6 @@ L lookup; Q quit\n") (kill-emacs 1)) (write-region (point-min) (point-max) "ispell.info")) +(provide 'ispell) + ;;; ispell.el ends here |