]> code.delx.au - gnu-emacs-elpa/commit
Don't rely on UTF-8 locale when talking to subordinate Emacs
authorEli Zaretskii <eliz@gnu.org>
Wed, 6 Jan 2016 18:28:00 +0000 (20:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 6 Jan 2016 18:28:00 +0000 (20:28 +0200)
commitfc7faa28a563521cc086f239d2e3aa4b726c6d51
treefe6e0ec9c9c64621d46b5044340ec4686b93d607
parent4889339ef908c7f887269beee651b08413696593
Don't rely on UTF-8 locale when talking to subordinate Emacs

* packages/async/async.el (async--receive-sexp)
(async-batch-invoke): Bind coding-system-for-write to utf-8-unix.
(async-start): Bind coding-system-for-read to utf-8-unix.
packages/async/async.el