]> 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)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Mar 2018 02:27:42 +0000 (18:27 -0800)
commit5c91ca8f30098cb2593ca375daa82d25aef03ad7
tree439cfeba29141249d53d6b6a278e507c73c21b7a
parente244fed5e041c706dd10c60bd893634902f04aaa
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