]> git.eshelyaron.com Git - emacs.git/commit
Better error for missing or bad :name arg in make-process etc
authorMattias Engdegård <mattiase@acm.org>
Tue, 8 Aug 2023 16:09:08 +0000 (18:09 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 8 Aug 2023 16:23:00 +0000 (18:23 +0200)
commit516736cfa6ce59a47709862daaebe066fa134b4a
tree817e9fe3323bee67cab1f7e45758b1bd4076067d
parent3e79fd3d4e810c2ef4cf9925a747c93e036fddca
Better error for missing or bad :name arg in make-process etc

Improve on the famously bad error message given when the :name keyword
parameter is missing or of the wrong type in calls to make-process,
make-pipe-process and make-network-process (bug#65030).

* src/process.c (get_required_string_keyword_param): New function.
(Fmake_process, Fmake_pipe_process, Fmake_network_process): Use it.
src/process.c