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

(ispell-init-process): Add missing arg in error msg.

This commit is contained in:
Richard M. Stallman 1994-10-01 04:30:14 +00:00
parent e141acb3f4
commit a8928dd22f

View file

@ -1452,7 +1452,7 @@ scrolling the current window. Leave the new window selected."
(set-process-filter ispell-process 'ispell-filter)
(accept-process-output ispell-process) ; Get version ID line
(cond ((null ispell-filter)
(error "%s did not output version line"))
(error "%s did not output version line" ispell-program-name))
((and (null (cdr ispell-filter))
(stringp (car ispell-filter))
(string-match "^@(#) " (car ispell-filter)))