From: Glenn Morris Date: Sun, 7 Jun 2020 17:37:29 +0000 (-0700) Subject: * test/lisp/net/tramp-tests.el: tramp-crypt-file-name-p not autoloaded. X-Git-Tag: emacs-28.0.90~7196 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e42e98ec0b90c36c43ac7ff99a2548bc8b746197;p=emacs.git * test/lisp/net/tramp-tests.el: tramp-crypt-file-name-p not autoloaded. --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 7faa409f2f0..25faf4e0fba 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -5595,6 +5595,8 @@ This does not support some special file names." (string-equal "docker" (file-remote-p tramp-test-temporary-file-directory 'method))) +(require 'tramp-crypt) + (defun tramp--test-crypt-p () "Check, whether the remote directory is crypted" (tramp-crypt-file-name-p tramp-test-temporary-file-directory))