diff options
| -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") | |||
| 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 |