emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 663f7e3: Fix mail-user-agent defcustom type


From: Lars Ingebrigtsen
Subject: master 663f7e3: Fix mail-user-agent defcustom type
Date: Wed, 8 Sep 2021 02:56:35 -0400 (EDT)

branch: master
commit 663f7e3fcc1928859e5a5d18633dd92c97f1f505
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 800a927..9e29241 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]