diff options
| author | Richard M. Stallman | 2007-03-26 03:31:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-03-26 03:31:29 +0000 |
| commit | 14007de1ff72f3cb13b0dcbd6dbf8e80e1c4de51 (patch) | |
| tree | f48a1d2c75737abe143c21710db39180fe2b7f57 | |
| parent | 8bd91fd08df0a55b5142d8485a554fcd95a36077 (diff) | |
| download | emacs-14007de1ff72f3cb13b0dcbd6dbf8e80e1c4de51.tar.gz emacs-14007de1ff72f3cb13b0dcbd6dbf8e80e1c4de51.zip | |
(flyspell-large-region): Use ispell-call-process-region.
| -rw-r--r-- | lisp/textmodes/flyspell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index a6bd082af38..7c1e1566a9f 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -1509,7 +1509,7 @@ The buffer to mark them in is `flyspell-large-region-buffer'." | |||
| 1509 | (if flyspell-issue-message-flag (message "Checking region...")) | 1509 | (if flyspell-issue-message-flag (message "Checking region...")) |
| 1510 | (set-buffer curbuf) | 1510 | (set-buffer curbuf) |
| 1511 | (ispell-check-version) | 1511 | (ispell-check-version) |
| 1512 | (let ((c (apply 'call-process-region beg | 1512 | (let ((c (apply 'ispell-call-process-region beg |
| 1513 | end | 1513 | end |
| 1514 | ispell-program-name | 1514 | ispell-program-name |
| 1515 | nil | 1515 | nil |