emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/process.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Fri, 03 May 2002 17:24:28 -0400

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.369 emacs/src/process.c:1.370
*** emacs/src/process.c:1.369   Mon Apr 29 21:01:37 2002
--- emacs/src/process.c Fri May  3 17:24:27 2002
***************
*** 2590,2596 ****
    tem = Fplist_get (contact, QCserver);
    if (!NILP (tem))
      {
! #ifdef TERM
        error ("Network servers not supported");
  #else
        is_server = 1;
--- 2590,2598 ----
    tem = Fplist_get (contact, QCserver);
    if (!NILP (tem))
      {
!       /* Don't support network sockets when non-blocking mode is
!        not available, since a blocked Emacs is not useful.  */
! #if defined(TERM) || (!defined(O_NONBLOCK) && !defined(O_NDELAY))
        error ("Network servers not supported");
  #else
        is_server = 1;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]