projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53edc2b
)
Fix mail-user-agent defcustom type
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 8 Sep 2021 06:56:07 +0000
(08:56 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 8 Sep 2021 06:56:07 +0000
(08:56 +0200)
* lisp/simple.el (mail-user-agent): Any symbol can be used as the
value (bug#50460).
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 800a9279037984b2b30f3bf2b94bdbe524dd3a62..9e29241cc7009fca50993de1767cf89167c44cf5 100644
(file)
--- 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)