]> git.eshelyaron.com Git - emacs.git/commit
Make async :family 'local failures fail correctly again
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 22 Jul 2018 11:39:10 +0000 (13:39 +0200)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 8 Aug 2018 23:30:50 +0000 (19:30 -0400)
commit18588bce36617179cc7c8af74a6197c8e16819ea
tree68b05b7913d46d76bccdf9c19f8f42d6f5d20024
parent5afbf62674e741b06c01216fe37a5439e9d42307
Make async :family 'local failures fail correctly again

* src/fileio.c (get_file_errno_data): Refactor out into its own
function so that we can reuse the error handling from an async
context (bug#31901).

* src/process.c (connect_network_socket): When an async :family
'local client fails (with a file error, for instance), mark the
process as failed.

(cherry picked from commit 92ba34d89ac4f5b5bbb818e1c39a3cc12a405790)
src/fileio.c
src/lisp.h
src/process.c