]> git.eshelyaron.com Git - emacs.git/commit
Add autoload problem in tramp-crypt.el.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 8 Jun 2020 08:18:35 +0000 (10:18 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 8 Jun 2020 08:18:35 +0000 (10:18 +0200)
commit46304c474c433a98ad55198e1fbdb0b1136645c1
treec79325025ad5c790dc3d2bce74ae0f99583c980c
parent80abaea1d9c6f1e53fe88befe16de3b219cdd919
Add autoload problem in tramp-crypt.el.

* lisp/net/tramp-crypt.el (tramp-crypt-encfs-config):
Add ;;;###tramp-autoload cookie.
(tramp-crypt-directories): Move it up.
(tramp-crypt-file-name-p): Move it up.  Add ;;;###tramp-autoload
cookie.  Make it a defsubst.

* test/lisp/net/tramp-tests.el (tramp-crypt): Do not require.
lisp/net/tramp-crypt.el
test/lisp/net/tramp-tests.el