branch: externals/autocrypt
commit a89bbd717edfd0d0b9826b38d5300f8f5c86006b
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>

    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