emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e42e98e: * test/lisp/net/tramp-tests.el: tramp-crypt-file-name-p


From: Glenn Morris
Subject: master e42e98e: * test/lisp/net/tramp-tests.el: tramp-crypt-file-name-p not autoloaded.
Date: Sun, 7 Jun 2020 13:38:09 -0400 (EDT)

branch: master
commit e42e98ec0b90c36c43ac7ff99a2548bc8b746197
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    * test/lisp/net/tramp-tests.el: tramp-crypt-file-name-p not autoloaded.
---
 test/lisp/net/tramp-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 7faa409..25faf4e 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]