]> git.eshelyaron.com Git - emacs.git/commitdiff
Autoload safe local property for plstore-encrypt-to
authorStefan Kangas <stefan@marxist.se>
Wed, 6 Jul 2022 18:53:52 +0000 (20:53 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 6 Jul 2022 18:53:52 +0000 (20:53 +0200)
* lisp/plstore.el (plstore-encrypt-to): Autoload 'safe-local-variable'
property for improved security.

lisp/plstore.el

index b37d39ce1b134ff72561bde467a86bd61f22d7ee..de3f828016a7792bc5d73201b798c83ad8e0b842 100644 (file)
@@ -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)