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

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

[elpa] externals/autocrypt 758ef48ec5 37/94: Quote autocrypt-loaded-vers


From: ELPA Syncer
Subject: [elpa] externals/autocrypt 758ef48ec5 37/94: Quote autocrypt-loaded-version to check if was bound
Date: Sun, 26 Mar 2023 07:57:59 -0400 (EDT)

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

    Quote autocrypt-loaded-version to check if was bound
---
 autocrypt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autocrypt.el b/autocrypt.el
index 76d455378c..d4f36afe15 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -159,7 +159,7 @@ Every member of this list has to be an instance of the
   "Load peer data if exists from `autocrypt-save-file'."
   (when (file-exists-p autocrypt-save-file)
     (load autocrypt-save-file t t t)
-    (when (boundp autocrypt-loaded-version)
+    (when (boundp 'autocrypt-loaded-version)
       ;; handle older versions if necessary
       t)))
 



reply via email to

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