(pgg-gpg-extra-args): Fix customization type.
[gnus] / lisp / pgg-gpg.el
index 366d9b5..f1815de 100644 (file)
@@ -41,9 +41,7 @@
 (defcustom pgg-gpg-extra-args nil
   "Extra arguments for every GnuPG invocation."
   :group 'pgg-gpg
-  :type '(choice
-         (const :tag "None" nil)
-         (string :tag "Arguments")))
+  :type '(repeat (string :tag "Argument")))
 
 (defvar pgg-gpg-user-id nil
   "GnuPG ID of your default identity.")