]> git.eshelyaron.com Git - emacs.git/commit
Implement alternative for Tramp's signal return string
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 1 Aug 2020 18:08:44 +0000 (20:08 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 1 Aug 2020 18:08:44 +0000 (20:08 +0200)
commitb04d391d796281faf0f824ed398b26a9a1758f8d
treebe0ee1c9934968a0ef640ca51d527056fff7099d
parentf1097d7af89c530327b92af2269fc1818559cb0f
Implement alternative for Tramp's signal return string

* lisp/net/tramp-adb.el (process-file-return-signal-string): Declare.
(tramp-adb-get-signal-strings): New defun.
(tramp-adb-handle-process-file): Use it.

* lisp/net/tramp-sh.el (process-file-return-signal-string): Declare.
(tramp-sh-get-signal-strings): New defun.
(tramp-sh-handle-process-file): Use it.

* lisp/net/tramp.el (tramp-get-signal-strings): Remove function.

* test/lisp/net/tramp-tests.el (tramp-test28-process-file):
Accept alternative signal return string.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el