diff options
Diffstat (limited to 'src/minibuf.c')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index cb302c5a605..e18ff17abbf 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -251,7 +251,7 @@ read_minibuf_noninteractive (Lisp_Object prompt, bool expflag, | |||
| 251 | else | 251 | else |
| 252 | { | 252 | { |
| 253 | xfree (line); | 253 | xfree (line); |
| 254 | error ("Error reading from stdin"); | 254 | xsignal1 (Qend_of_file, build_string ("Error reading from stdin")); |
| 255 | } | 255 | } |
| 256 | 256 | ||
| 257 | /* If Lisp form desired instead of string, parse it. */ | 257 | /* If Lisp form desired instead of string, parse it. */ |