diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-25 15:15:21 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-25 15:15:21 +0200 |
commit | e1c33e29d58175e159443babd96f230eb0bb4a88 (patch) | |
tree | 77b880347d15bce35f2ac28c13e42abb8530b2d1 /lisp/net/tramp-crypt.el | |
parent | 664927b5257fdaf26f24063edb1f41c407805ed8 (diff) | |
download | emacs-e1c33e29d58175e159443babd96f230eb0bb4a88.tar.gz emacs-e1c33e29d58175e159443babd96f230eb0bb4a88.tar.bz2 emacs-e1c33e29d58175e159443babd96f230eb0bb4a88.zip |
Fix some defcustom types
* lisp/whitespace.el (whitespace-style):
* lisp/gnus/message.el (message-screenshot-command):
* lisp/progmodes/compile.el (compilation-transform-file-match-alist):
* lisp/progmodes/gdb-mi.el (gdb-default-window-configuration-file):
* lisp/progmodes/python.el (python-pdbtrack-exit-command): Fix the
defcustom types.
* lisp/progmodes/sql.el (sql-password-wallet): Fix the value.
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 |