diff options
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 6955d98968c..d9d2825acbc 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1452,7 +1452,7 @@ scrolling the current window. Leave the new window selected." | |||
| 1452 | (set-process-filter ispell-process 'ispell-filter) | 1452 | (set-process-filter ispell-process 'ispell-filter) |
| 1453 | (accept-process-output ispell-process) ; Get version ID line | 1453 | (accept-process-output ispell-process) ; Get version ID line |
| 1454 | (cond ((null ispell-filter) | 1454 | (cond ((null ispell-filter) |
| 1455 | (error "%s did not output version line")) | 1455 | (error "%s did not output version line" ispell-program-name)) |
| 1456 | ((and (null (cdr ispell-filter)) | 1456 | ((and (null (cdr ispell-filter)) |
| 1457 | (stringp (car ispell-filter)) | 1457 | (stringp (car ispell-filter)) |
| 1458 | (string-match "^@(#) " (car ispell-filter))) | 1458 | (string-match "^@(#) " (car ispell-filter))) |