diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index a3e10411874..567c9c95c32 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -2573,7 +2573,7 @@ nil, indicating the current buffer's process.") | |||
| 2573 | if (! NILP (XPROCESS (proc)->raw_status_low)) | 2573 | if (! NILP (XPROCESS (proc)->raw_status_low)) |
| 2574 | update_status (XPROCESS (proc)); | 2574 | update_status (XPROCESS (proc)); |
| 2575 | if (! EQ (XPROCESS (proc)->status, Qrun)) | 2575 | if (! EQ (XPROCESS (proc)->status, Qrun)) |
| 2576 | error ("Process %s not running", procname); | 2576 | error ("Process %s not running", XSTRING (XPROCESS (proc)->name)->data); |
| 2577 | 2577 | ||
| 2578 | /* Sending a zero-length record is supposed to mean eof | 2578 | /* Sending a zero-length record is supposed to mean eof |
| 2579 | when TIOCREMOTE is turned on. */ | 2579 | when TIOCREMOTE is turned on. */ |