emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/autocrypt b263a7ddfa 18/94: replaced customize-set-vari


From: ELPA Syncer
Subject: [elpa] externals/autocrypt b263a7ddfa 18/94: replaced customize-set-variable with customize-save-variable
Date: Sun, 26 Mar 2023 07:57:57 -0400 (EDT)

branch: externals/autocrypt
commit b263a7ddfafbe1752ebcfc9dde2e2290a480362e
Author: Philip K <philip@warpmail.net>
Commit: Philip K <philip@warpmail.net>

    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

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