diff options
Diffstat (limited to 'lisp/plstore.el')
-rw-r--r-- | lisp/plstore.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/plstore.el b/lisp/plstore.el index b37d39ce1b1..de3f828016a 100644 --- a/lisp/plstore.el +++ b/lisp/plstore.el @@ -107,6 +107,7 @@ symmetric encryption will be used." :type '(choice (const nil) (repeat :tag "Recipient(s)" string)) :group 'plstore) +;;;###autoload (put 'plstore-encrypt-to 'safe-local-variable (lambda (val) (or (stringp val) |