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

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

[elpa] externals/autocrypt 173d7616a8 49/94: Don't save value of autocry


From: ELPA Syncer
Subject: [elpa] externals/autocrypt 173d7616a8 49/94: Don't save value of autocrypt-saved-version
Date: Sun, 26 Mar 2023 07:58:00 -0400 (EDT)

branch: externals/autocrypt
commit 173d7616a8d2c0fb5a832fb01cd10bcf70c0a801
Author: Philip K <philipk@posteo.net>
Commit: Philip K <philipk@posteo.net>

    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'



reply via email to

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