]> git.eshelyaron.com Git - emacs.git/commit
Implement `shell-command-dont-erase-buffer' in Tramp. (Bug#39067)
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 1 Feb 2020 13:29:45 +0000 (14:29 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 1 Feb 2020 13:29:45 +0000 (14:29 +0100)
commitbb1d42b955629487537dee9423d5a4fc837033ae
tree68024f1fbcb916db0b12957aa54d727cf270595b
parentd3ead375092e2690c1d1d6a5dd82e6e89cdf4f4c
Implement `shell-command-dont-erase-buffer' in Tramp.  (Bug#39067)

* lisp/net/tramp.el (tramp-handle-shell-command):
Handle `shell-command-dont-erase-buffer'.  (Bug#39067)

* test/lisp/net/tramp-tests.el (shell-command-dont-erase-buffer):
Declare.
(tramp-test10-write-region, tramp-test21-file-links): Use function
symbols.
(tramp--test-async-shell-command): Don't assume that
`async-shell-command' returns the process object.
(tramp-test32-shell-command): Rework `async-shell-command-width' test.
(tramp-test32-shell-command-dont-erase-buffer): New test.
lisp/net/tramp.el
test/lisp/net/tramp-tests.el