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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Wed, 23 Oct 2002 13:40:15 -0400

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.380 emacs/src/process.c:1.381
*** emacs/src/process.c:1.380   Wed Sep 11 23:27:40 2002
--- emacs/src/process.c Wed Sep 18 15:30:26 2002
***************
*** 2523,2531 ****
  
  Notice that the FILTER and SENTINEL args are never used directly by
  the server process.  Also, the BUFFER argument is not used directly by
! the server process, but via `network-server-log-function' hook, a log
! of the accepted (and failed) connections may be recorded in the server
! process' buffer.
  
  usage: (make-network-process &rest ARGS)  */)
       (nargs, args)
--- 2523,2530 ----
  
  Notice that the FILTER and SENTINEL args are never used directly by
  the server process.  Also, the BUFFER argument is not used directly by
! the server process, but via the optional :log function, accepted (and
! failed) connections may be logged in the server process' buffer.
  
  usage: (make-network-process &rest ARGS)  */)
       (nargs, args)




reply via email to

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