mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Fix typo in previous change.
This commit is contained in:
parent
577d03d57f
commit
dcf970e66f
1 changed files with 1 additions and 1 deletions
|
|
@ -2573,7 +2573,7 @@ nil, indicating the current buffer's process.")
|
|||
if (! NILP (XPROCESS (proc)->raw_status_low))
|
||||
update_status (XPROCESS (proc));
|
||||
if (! EQ (XPROCESS (proc)->status, Qrun))
|
||||
error ("Process %s not running", procname);
|
||||
error ("Process %s not running", XSTRING (XPROCESS (proc)->name)->data);
|
||||
|
||||
/* Sending a zero-length record is supposed to mean eof
|
||||
when TIOCREMOTE is turned on. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue