]> git.eshelyaron.com Git - emacs.git/commit
Remove an unused parameter from 'child_setup' function.
authorPhilipp Stephani <phst@google.com>
Wed, 23 Dec 2020 10:43:37 +0000 (11:43 +0100)
committerPhilipp Stephani <phst@google.com>
Wed, 23 Dec 2020 10:44:54 +0000 (11:44 +0100)
commit3edc4fd53ff9e1355da2371400aac4d5897ca190
tree72f2e8b00784cbb720eeacaa54826d00266906ae
parent268a3d32fb5a26c09787627d12a4dfc61ba059ff
Remove an unused parameter from 'child_setup' function.

* src/callproc.c (child_setup): Remove unused SET_PGRP parameter.

* src/callproc.c (call_process):
* src/process.c (create_process): Fix all callers.
src/callproc.c
src/lisp.h
src/process.c