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

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

[elpa] externals/autocrypt a89bbd717e 79/94: Fix custom type of autocryp


From: ELPA Syncer
Subject: [elpa] externals/autocrypt a89bbd717e 79/94: Fix custom type of autocrypt-process-header
Date: Sun, 26 Mar 2023 07:58:02 -0400 (EDT)

branch: externals/autocrypt
commit a89bbd717edfd0d0b9826b38d5300f8f5c86006b
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Fix custom type of autocrypt-process-header
---
 autocrypt.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/autocrypt.el b/autocrypt.el
index b8771150b2..c178286de6 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -68,8 +68,8 @@ configure it, or by calling `autocrypt-create-account'."
 This will inject \"Autocrypt-Gossip\" headers when required, and
 process \"Autocrypt-Gossip\" headers when received."
   :type '(choice (const :tag "Enable Gossip" t)
-                 (const :tag "Only receive" 'only-receive)
-                 (const :tag "Only send" 'only-send)
+                 (const :tag "Only receive" only-receive)
+                 (const :tag "Only send" only-send)
                  (const :tag "Disable Gossip" nil)))
 
 (defcustom autocrypt-save-file



reply via email to

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