]> git.eshelyaron.com Git - emacs.git/commit
Pass C string pointer to current directory to 'child_setup'.
authorPhilipp Stephani <phst@google.com>
Wed, 23 Dec 2020 15:26:57 +0000 (16:26 +0100)
committerPhilipp Stephani <phst@google.com>
Wed, 23 Dec 2020 15:26:57 +0000 (16:26 +0100)
commitbdcea81a2f906be3c573c42276dbfd35ccb432f9
tree8780559b57846364b004aa4eadd75eecfd791f68
parent95334ee79ab60c0910a5528e586a24d11f91743b
Pass C string pointer to current directory to 'child_setup'.

This avoids the impression that 'child_setup' could do anything
Lisp-related.

* src/callproc.c (child_setup): Pass C pointer to current directory
name.
(call_process): Adapt callers.

* src/process.c (create_process): Adapt callers.
src/callproc.c
src/lisp.h
src/process.c