From 663f7e3fcc1928859e5a5d18633dd92c97f1f505 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 8 Sep 2021 08:56:07 +0200 Subject: [PATCH] Fix mail-user-agent defcustom type * lisp/simple.el (mail-user-agent): Any symbol can be used as the value (bug#50460). --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2