diff options
| -rw-r--r-- | lisp/textmodes/flyspell.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 74c7cbc5762..a876593e738 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -1376,6 +1376,7 @@ The buffer to mark them in is `flyspell-large-region-buffer'." | |||
| 1376 | ;; this is done, we can start checking... | 1376 | ;; this is done, we can start checking... |
| 1377 | (if flyspell-issue-message-flag (message "Checking region...")) | 1377 | (if flyspell-issue-message-flag (message "Checking region...")) |
| 1378 | (set-buffer curbuf) | 1378 | (set-buffer curbuf) |
| 1379 | (ispell-check-version) | ||
| 1379 | (let ((c (apply 'call-process-region beg | 1380 | (let ((c (apply 'call-process-region beg |
| 1380 | end | 1381 | end |
| 1381 | ispell-program-name | 1382 | ispell-program-name |