1
Fork 0
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:
Richard M. Stallman 1993-03-17 09:19:47 +00:00
parent 577d03d57f
commit dcf970e66f

View file

@ -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. */