diff options
| author | Vladimir Panteleev <notmuch@thecybershadow.net> | 2017-08-17 17:57:12 +0000 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-08-20 08:33:09 -0300 |
| commit | fdf2b3007ac2f66b20f718dbf01871e8b47fcd06 (patch) | |
| tree | 874b20c9c487288ea89dad2be2b8f9f71323d0b8 /lib | |
| parent | 69946c47c9ba01f64a382ab6d1928d3f048f606f (diff) | |
emacs: Use make-process when available
make-process is a new function introduced in Emacs 25, which provides
greater control over process creation. Crucially, it allows
separately redirecting stderr directly to a buffer, which allows us to
avoid needing to use the shell to redirect to a temporary file in
order to correctly distinguish stdout and stderr.
* notmuch-lib.el: Use make-process when it is available; fall back to
the previous method when not.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions
