branch: externals/autocrypt
commit 173d7616a8d2c0fb5a832fb01cd10bcf70c0a801
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
Don't save value of autocrypt-saved-version
This was probably supposed to be autocrypt-loaded-version, but this
variable is neither used nor necessary, as autocrypt-save-data
uses package-get-version to extract the package version.
---
autocrypt.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/autocrypt.el b/autocrypt.el
index 0fbd85893a..3ed7489d0c 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -92,9 +92,7 @@ Every member of this list has to be an instance of the
`autocrypt-peer' structure.")
(defconst autocrypt-save-variables
- '(autocrypt-saved-version
- autocrypt-accounts
- autocrypt-peers)
+ '(autocrypt-accounts autocrypt-peers)
"List of variables to save to `autocrypt-save-data'.")
(defvar autocrypt-loaded-version) ;used by `autocrypt-load-data'