branch: externals/autocrypt
commit b263a7ddfafbe1752ebcfc9dde2e2290a480362e
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>

    replaced customize-set-variable with customize-save-variable
---
 autocrypt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autocrypt.el b/autocrypt.el
index c7fba8ff6f..417dc5a656 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -440,7 +440,7 @@ preference (\"prefer-encrypt\")."
     (let ((res (epg-context-result-for ctx 'generate-key)))
       (unless res
         (error "Could not determine fingerprint"))
-      (customize-set-variable
+      (customize-save-variable
        'autocrypt-accounts
        (cons (list email (cdr (assq 'fingerprint (car res))) 'none)
              autocrypt-accounts)

Reply via email to