Mercurial > hg > xemacs-beta
comparison lisp/multicast.el @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | 2f8bb876ab1d |
children | 7039e6323819 |
comparison
equal
deleted
inserted
replaced
443:a8296e22da4e | 444:576fb035e263 |
---|---|
43 | 43 |
44 ;;; Code: | 44 ;;; Code: |
45 | 45 |
46 (defun open-multicast-group (name buffer address) | 46 (defun open-multicast-group (name buffer address) |
47 "Open a multicast connection on the specified address. | 47 "Open a multicast connection on the specified address. |
48 Returns a subprocess-object to represent the connection. | 48 Returns a process object to represent the connection. |
49 Input and output work as for subprocesses; `delete-process' closes it. | 49 Input and output work as for subprocesses; `delete-process' closes it. |
50 Args are NAME BUFFER ADDRESS. | 50 Args are NAME BUFFER ADDRESS. |
51 NAME is a name for the process. It is modified if necessary to make it unique. | 51 NAME is a name for the process. It is modified if necessary to make it unique. |
52 BUFFER is the buffer (or buffer-name) to associate with the process. | 52 BUFFER is the buffer (or buffer-name) to associate with the process. |
53 Process output goes at the end of that buffer, unless you specify an output | 53 Process output goes at the end of that buffer, unless you specify an output |