From ab9b55d617fe1235548d368e416e07aeb25504b8 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 6 Jul 2022 20:53:52 +0200 Subject: [PATCH] Autoload safe local property for plstore-encrypt-to * lisp/plstore.el (plstore-encrypt-to): Autoload 'safe-local-variable' property for improved security. --- lisp/plstore.el | 1 + 1 file changed, 1 insertion(+) 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)