[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)
- [elpa] branch externals/autocrypt created (now a90aa6b644), ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 25635d8441 01/94: initial import, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 374b5f2e5e 06/94: fixed section headers, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 50686561d7 09/94: added gitignore, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt ea9697885e 02/94: added readme, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 51a9463206 10/94: split autocrypt into multiple autoloaded files, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 4b87cc8cc1 12/94: fixed byte-compilation issues, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 283c9ade36 14/94: fixed checkdoc complaints, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt b263a7ddfa 18/94: replaced customize-set-variable with customize-save-variable,
ELPA Syncer <=
- [elpa] externals/autocrypt b712fbc71c 20/94: fixed missing preference bug, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 71384d8f37 21/94: insert newline before inserting keydata, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt e93e90febd 24/94: fixed autocrypt-compose-setup bind-check in message interface, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 4f482b21d9 59/94: Change mode of save file to emacs-lisp, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 7334fcf0a3 61/94: Transform autocrypt-backends into a hook, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 82d4e3586b 72/94: Modify message-mode-map when installing autocrypt for message-mode, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 758ef48ec5 37/94: Quote autocrypt-loaded-version to check if was bound, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 754af378cc 40/94: Fix broken method invocations, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt a06cd2685b 46/94: Remove unwanted autoload cookies, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt f55388cc6e 51/94: Suppress message when autocrypt file is modified, ELPA Syncer, 2023/03/26