]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Thu, 21 Mar 2002 13:02:34 +0000 (13:02 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 21 Mar 2002 13:02:34 +0000 (13:02 +0000)
lisp/ChangeLog
src/ChangeLog

index 23872fea6b2422da97cdd7d93ff2f025590cedb1..7f1f755236cf87a380171ba14f07a37eff9fc2b8 100644 (file)
@@ -1,3 +1,9 @@
+2002-03-21  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (open-network-stream, open-network-stream-nowait)
+       (open-network-stream-server): Use featurep to test for
+       supported networking features.
+
 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
index 05a22d7e8eea47638af9b38e463e05da46bff6bb..49835ba93c08d0f655292e0b20f84ce5b8f32885 100644 (file)
@@ -14,8 +14,8 @@
        Use :type 'datagram instead of :datagram t to create a datagram
        socket.  This allows us to add other connection types (e.g. raw
        sockets) later in a consistent manner.
-       (init_process) [subprocess]: Provide list of supported subfeatures
-       for feature make-network-process.
+       (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
+       supported subfeatures for feature make-network-process.
        (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
        Intern and staticpro QCtype and Qdatagram.
        (syms_of_process) [!subprocess]: Intern and staticpro QCtype.