]> git.eshelyaron.com Git - emacs.git/commit
Do not propagate Tramp errors to the main thread
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 30 Aug 2018 12:30:49 +0000 (14:30 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 30 Aug 2018 12:30:49 +0000 (14:30 +0200)
commit279618b685ca3e0787d65afcd8007e3ba8c565b5
tree36d49bbbcf7dee87d06629ebea8df51efddee4ad
parent7e6b0b33c023114a00e0dd5e45afe7f7f68d9208
Do not propagate Tramp errors to the main thread

* lisp/files.el (find-file-noselect): Use `with-demoted-errors'
for the joined threads.

* lisp/net/tramp-compat.el (tramp-compat-signal): Remove.

* lisp/net/tramp.el (tramp-error, tramp-file-name-handler): Do not
propagate the error to the main thread.
lisp/files.el
lisp/net/tramp-compat.el
lisp/net/tramp.el