summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-26 16:56:03 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-26 16:56:03 +0000
commitaa5f883618cf56bdb87fbb433792e1da36c978ef (patch)
treed16e2e9ec5a3519f3313b612fe18fc38f9191cb6 /lisp
parent4208412303f9fb171ad9ed626e0b8b054a526dde (diff)
downloademacs-aa5f883618cf56bdb87fbb433792e1da36c978ef.tar.gz
emacs-aa5f883618cf56bdb87fbb433792e1da36c978ef.tar.bz2
emacs-aa5f883618cf56bdb87fbb433792e1da36c978ef.zip
Provide `ispell'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/ispell4.el2
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