]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix mail-user-agent defcustom type
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 8 Sep 2021 06:56:07 +0000 (08:56 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 8 Sep 2021 06:56:07 +0000 (08:56 +0200)
* lisp/simple.el (mail-user-agent): Any symbol can be used as the
value (bug#50460).

lisp/simple.el

index 800a9279037984b2b30f3bf2b94bdbe524dd3a62..9e29241cc7009fca50993de1767cf89167c44cf5 100644 (file)
@@ -8730,7 +8730,7 @@ See also `read-mail-command' concerning reading mail."
                (function-item :tag "Message with full Gnus features"
                               :format "%t\n"
                               gnus-user-agent)
-               (function :tag "Other"))
+               (symbol :tag "Other"))
   :version "23.2"                       ; sendmail->message
   :group 'mail)