1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

Fix mail-user-agent defcustom type

* lisp/simple.el (mail-user-agent): Any symbol can be used as the
value (bug#50460).
This commit is contained in:
Lars Ingebrigtsen 2021-09-08 08:56:07 +02:00
parent 53edc2ba8e
commit 663f7e3fcc

View 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)