comparison lisp/textmodes/=ispell4.el @ 3112:6b8a9fb0537c

Provide `ispell'.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 May 1993 16:56:03 +0000
parents e931a98b2f36
children 507f64624555
comparison
equal deleted inserted replaced
3111:864024ebf526 3112:6b8a9fb0537c
573 (Info-validate) 573 (Info-validate)
574 (if (get-buffer " *problems in info file*") 574 (if (get-buffer " *problems in info file*")
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