diff options
| author | Michael Albinus | 2020-06-08 10:18:35 +0200 |
|---|---|---|
| committer | Michael Albinus | 2020-06-08 10:18:35 +0200 |
| commit | 46304c474c433a98ad55198e1fbdb0b1136645c1 (patch) | |
| tree | c79325025ad5c790dc3d2bce74ae0f99583c980c /test/lisp | |
| parent | 80abaea1d9c6f1e53fe88befe16de3b219cdd919 (diff) | |
| download | emacs-46304c474c433a98ad55198e1fbdb0b1136645c1.tar.gz emacs-46304c474c433a98ad55198e1fbdb0b1136645c1.zip | |
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.
Diffstat (limited to 'test/lisp')
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 25faf4e0fba..7faa409f2f0 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -5595,8 +5595,6 @@ This does not support some special file names." | |||
| 5595 | (string-equal | 5595 | (string-equal |
| 5596 | "docker" (file-remote-p tramp-test-temporary-file-directory 'method))) | 5596 | "docker" (file-remote-p tramp-test-temporary-file-directory 'method))) |
| 5597 | 5597 | ||
| 5598 | (require 'tramp-crypt) | ||
| 5599 | |||
| 5600 | (defun tramp--test-crypt-p () | 5598 | (defun tramp--test-crypt-p () |
| 5601 | "Check, whether the remote directory is crypted" | 5599 | "Check, whether the remote directory is crypted" |
| 5602 | (tramp-crypt-file-name-p tramp-test-temporary-file-directory)) | 5600 | (tramp-crypt-file-name-p tramp-test-temporary-file-directory)) |