(flyspell-large-region): Call ispell-check-version.
This commit is contained in:
parent
a8097641a5
commit
4ad093d0b5
1 changed files with 1 additions and 0 deletions
|
@ -1376,6 +1376,7 @@ The buffer to mark them in is `flyspell-large-region-buffer'."
|
|||
;; this is done, we can start checking...
|
||||
(if flyspell-issue-message-flag (message "Checking region..."))
|
||||
(set-buffer curbuf)
|
||||
(ispell-check-version)
|
||||
(let ((c (apply 'call-process-region beg
|
||||
end
|
||||
ispell-program-name
|
||||
|
|
Loading…
Add table
Reference in a new issue