1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(flyspell-large-region): Use ispell-call-process-region.

This commit is contained in:
Richard M. Stallman 2007-03-26 03:31:29 +00:00
parent 8bd91fd08d
commit 14007de1ff

View file

@ -1509,7 +1509,7 @@ The buffer to mark them in is `flyspell-large-region-buffer'."
(if flyspell-issue-message-flag (message "Checking region..."))
(set-buffer curbuf)
(ispell-check-version)
(let ((c (apply 'call-process-region beg
(let ((c (apply 'ispell-call-process-region beg
end
ispell-program-name
nil