bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#65030: 30.0.50; Check keyword args of make-process


From: Helmut Eller
Subject: bug#65030: 30.0.50; Check keyword args of make-process
Date: Tue, 08 Aug 2023 19:14:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

On Tue, Aug 08 2023, Mattias Engdegård wrote:

> Pushed to master: the warning patch (thank you!) and a modest :name
> error improvement. This should make things a lot better than they used
> to be.

Thank you.

> Are we done for now?

Just a nitpick: (make-process) with 0 arguments doesn't signal a runtime
error.  The

  if (nargs == 0)
    return Qnil;

is now probably counterproductive.

Helmut





reply via email to

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