]> git.eshelyaron.com Git - emacs.git/commit
Continue implementation of tramp-crypt.el
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 9 Jun 2020 11:43:30 +0000 (13:43 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 9 Jun 2020 11:43:30 +0000 (13:43 +0200)
commit4b21759b6f06f4560e5c8d7e4c52ce5c55393957
treedaaec99610479ff2e0494630396bcd3bcea2c7c6
parent3b93549597f187989e5508b638f297d0244e5cc6
Continue implementation of tramp-crypt.el

* lisp/net/tramp-crypt.el (tramp-crypt-do-encrypt-or-decrypt-file):
Add leading "/" to infile.
(tramp-crypt-add-directory): Fix docstring.  Expand NAME.
(tramp-crypt-remove-directory)
(tramp-crypt-handle-file-name-all-completions)
(tramp-crypt-handle-set-file-times): New defuns.
(tramp-crypt-handle-file-executable-p)
(tramp-crypt-handle-file-readable-p)
(tramp-crypt-handle-file-system-info)
(tramp-crypt-handle-set-file-modes): Fix implementation.

* test/lisp/net/tramp-tests.el: Adapt call convention
for (tramp--test-crypt-p).
lisp/net/tramp-crypt.el
test/lisp/net/tramp-tests.el