# HG changeset patch # User Richard M. Stallman # Date 780985814 0 # Node ID 3af00d95faacc732ce61f74857ca43a7dc8e1fb5 # Parent e48652e6473687860dfdb4d0d2a13190793cec9b (ispell-init-process): Add missing arg in error msg. diff -r e48652e64736 -r 3af00d95faac lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Sat Oct 01 04:24:56 1994 +0000 +++ b/lisp/textmodes/ispell.el Sat Oct 01 04:30:14 1994 +0000 @@ -1452,7 +1452,7 @@ (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)))