diff options
Diffstat (limited to 'lisp/net/tramp-crypt.el')
-rw-r--r-- | lisp/net/tramp-crypt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-crypt.el b/lisp/net/tramp-crypt.el index c9788fcff52..3e96daa7b1f 100644 --- a/lisp/net/tramp-crypt.el +++ b/lisp/net/tramp-crypt.el @@ -120,7 +120,7 @@ initializing a new crypted remote directory." "Whether to keep the encfs configuration file in the crypted remote directory." :group 'tramp :version "28.1" - :type 'booleanp) + :type 'boolean) ;;;###tramp-autoload (defvar tramp-crypt-directories nil |