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:
parent
8bd91fd08d
commit
14007de1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue