]> git.eshelyaron.com Git - emacs.git/commit
Fix create_process bug breaking eudc-expand-inline
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Mar 2018 02:26:01 +0000 (18:26 -0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:15:03 +0000 (14:15 +0800)
commitb8c0e0cbd007c1b7b45a609797578358653cef01
tree016ee0ef66b9606fce5eabb1953a7655c495fc9b
parent02b297bef0e8edf8a5d8c9021044f777f5a80fec
Fix create_process bug breaking eudc-expand-inline

Problem reported by Thomas Fitzsimmons (Bug#30762).
* src/process.c (create_process) [HAVE_PTYS]:
Call setsid even if !PTY_FLAG.
src/process.c