branch: externals/autocrypt
commit 758ef48ec52048b8acc34fc087714f615d2d46e9
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>

    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