Mercurial > hg > xemacs-beta
comparison lib-src/gnuclient.c @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | a300bb07d72d |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
551 send_string (s, "(gnuserv-eval '(emacs-pid))"); | 551 send_string (s, "(gnuserv-eval '(emacs-pid))"); |
552 send_string (s, EOT_STR); | 552 send_string (s, EOT_STR); |
553 | 553 |
554 if (read_line (s, buffer) == 0) | 554 if (read_line (s, buffer) == 0) |
555 { | 555 { |
556 fprintf (stderr, "%s: Could not establish Emacs procces id\n", | 556 fprintf (stderr, "%s: Could not establish Emacs process id\n", |
557 progname); | 557 progname); |
558 exit (1); | 558 exit (1); |
559 } | 559 } |
560 /* Don't do disconnect_from_server becasue we have already read | 560 /* Don't do disconnect_from_server becasue we have already read |
561 data, and disconnect doesn't do anything else. */ | 561 data, and disconnect doesn't do anything else. */ |