diff options
| -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 |