aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-10-23 18:22:49 +0000
committerRichard M. Stallman2005-10-23 18:22:49 +0000
commit4ad093d0b50c078e1c7cf7ceb2c569498d2bab6f (patch)
treec94976181f771982a857af026b82a4ed91445155
parenta8097641a57645192b24da8b6f695cac9ab5dbac (diff)
downloademacs-4ad093d0b50c078e1c7cf7ceb2c569498d2bab6f.tar.gz
emacs-4ad093d0b50c078e1c7cf7ceb2c569498d2bab6f.zip
(flyspell-large-region): Call ispell-check-version.
-rw-r--r--lisp/textmodes/flyspell.el1
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