aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-26 16:56:03 +0000
committerRichard M. Stallman1993-05-26 16:56:03 +0000
commitaa5f883618cf56bdb87fbb433792e1da36c978ef (patch)
treed16e2e9ec5a3519f3313b612fe18fc38f9191cb6
parent4208412303f9fb171ad9ed626e0b8b054a526dde (diff)
downloademacs-aa5f883618cf56bdb87fbb433792e1da36c978ef.tar.gz
emacs-aa5f883618cf56bdb87fbb433792e1da36c978ef.zip
Provide `ispell'.
-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")
575 (kill-emacs 1)) 575 (kill-emacs 1))
576 (write-region (point-min) (point-max) "ispell.info")) 576 (write-region (point-min) (point-max) "ispell.info"))
577 577
578(provide 'ispell)
579
578;;; ispell.el ends here 580;;; ispell.el ends here