From: Lars Ingebrigtsen Date: Wed, 8 Sep 2021 06:56:07 +0000 (+0200) Subject: Fix mail-user-agent defcustom type X-Git-Tag: emacs-28.0.90~1110 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=663f7e3fcc1928859e5a5d18633dd92c97f1f505;p=emacs.git Fix mail-user-agent defcustom type * lisp/simple.el (mail-user-agent): Any symbol can be used as the value (bug#50460). --- diff --git a/lisp/simple.el b/lisp/simple.el index 800a9279037..9e29241cc70 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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)