/[emacs]/emacs/lib-src/emacsclient.c
ViewVC logotype

Diff of /emacs/lib-src/emacsclient.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.58 by monnier, Sat Apr 12 19:03:08 2003 UTC revision 1.59 by lektu, Mon Jul 28 22:05:16 2003 UTC
# Line 438  To start the server in Emacs, type \"M-x Line 438  To start the server in Emacs, type \"M-x
438    if (cwd == 0)    if (cwd == 0)
439      {      {
440        /* getwd puts message in STRING if it fails.  */        /* getwd puts message in STRING if it fails.  */
441        fprintf (stderr, "%s: %s (%s)\n", argv[0],  
442  #ifdef HAVE_GETCWD  #ifdef HAVE_GETCWD
443                 "Cannot get current working directory",        fprintf (stderr, "%s: %s (%s)\n", argv[0],
444                   "Cannot get current working directory", strerror (errno));
445  #else  #else
446                 string,        fprintf (stderr, "%s: %s (%s)\n", argv[0], string, strerror (errno));
447  #endif  #endif
                strerror (errno));  
448        fail (argc, argv);        fail (argc, argv);
449      }      }
450    

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26