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