[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master d28b004: Add a module function to open a file descriptor conn
From: |
Štěpán Němec |
Subject: |
Re: master d28b004: Add a module function to open a file descriptor connected to a pipe. |
Date: |
Fri, 27 Mar 2020 12:09:20 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
On Thu, 26 Mar 2020 16:49:54 -0400 (EDT)
Philipp Stephani wrote:
> branch: master
> commit d28b00476890f791a89b65007e5f20682b3eaa0d
> Author: Philipp Stephani <address@hidden>
> Commit: Philipp Stephani <address@hidden>
>
> Add a module function to open a file descriptor connected to a pipe.
>
> diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
> index 442f6d1..0c24dac 100644
> --- a/doc/lispref/internals.texi
> +++ b/doc/lispref/internals.texi
> @@ -2022,6 +2022,20 @@ variable values and buffer content may have been
> modified in arbitrary
> ways.
> @end deftypefn
>
> +@anchor{open_channel}
> +@deftypefun int open_channel (emacs_env *@var{env}, emacs_value
> @var{pipe_process})
> +This function, which is available since Emacs 27, opens a channel to
^^
Shouldn't this be 28?
--
Štěpán
- Re: master d28b004: Add a module function to open a file descriptor connected to a pipe.,
Štěpán Němec <=