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:
parent
53edc2ba8e
commit
663f7e3fcc
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user