changeset 9201:3af00d95faac

(ispell-init-process): Add missing arg in error msg.
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Oct 1994 04:30:14 +0000
parents e48652e64736
children 92d6de82426a
files lisp/textmodes/ispell.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))