emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ab9b55d617 2/2: Autoload safe local property for plstore-encrypt-


From: Stefan Kangas
Subject: master ab9b55d617 2/2: Autoload safe local property for plstore-encrypt-to
Date: Wed, 6 Jul 2022 14:55:49 -0400 (EDT)

branch: master
commit ab9b55d617fe1235548d368e416e07aeb25504b8
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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 b37d39ce1b..de3f828016 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]