]> git.eshelyaron.com Git - emacs.git/commit
Tramp code cleanup
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 9 Oct 2021 16:42:11 +0000 (18:42 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 9 Oct 2021 16:42:11 +0000 (18:42 +0200)
commit75d9fbec8853c2040bbb0d5a447894cca86b9df9
treeabb55c0a6bad8f70ec6b77e2e2d107a822a1ae6b
parent394209c1a012ec0d24cbef031101c82a79ceea83
Tramp code cleanup

* lisp/net/tramp.el (tramp-remote-path): Adapt docstring.
(tramp-action-login, tramp-action-password, tramp-action-yesno)
(tramp-action-yn, tramp-process-actions): Move let-binding of
`enable-recursive-minibuffers' up.
(tramp-handle-make-process, tramp-handle-write-region):
* lisp/net/tramp-adb.el (tramp-adb-handle-write-region)
(tramp-adb-handle-make-process):
* lisp/net/tramp-sh.el (tramp-sh-handle-make-process)
(tramp-sh-handle-write-region):
* lisp/net/tramp-smb.el (tramp-smb-handle-write-region):
* lisp/net/tramp-sshfs.el (tramp-sshfs-handle-write-region):
Use `string-or-null-p'.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp-sshfs.el
lisp/net/tramp.el