aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMauro Aranda2022-10-15 10:56:43 -0300
committerMauro Aranda2022-10-15 10:56:43 -0300
commit9fcd59a97820e5154e678be8b98fe0cac4e4546e (patch)
tree6ec8d2552f55bf69d709ad31cc39f0f9f9ec366f /lisp
parent4aeb80ccecd0dc3f3b3f567779632a0f23476a09 (diff)
downloademacs-9fcd59a97820e5154e678be8b98fe0cac4e4546e.tar.gz
emacs-9fcd59a97820e5154e678be8b98fe0cac4e4546e.zip
; Fix message-server-alist :type (Bug#58546)
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/message.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 67ec0531fa4..5e4e9854a6b 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -4361,10 +4361,10 @@ arguments. If METHOD is nil in this case, the return value of
4361the function will be inserted instead. 4361the function will be inserted instead.
4362If the buffer already has a\"X-Message-SMTP-Method\" header, 4362If the buffer already has a\"X-Message-SMTP-Method\" header,
4363it is left unchanged." 4363it is left unchanged."
4364 :type '(alist :key-type '(choice 4364 :type '(alist :key-type (choice
4365 (string :tag "From Address") 4365 (string :tag "From Address")
4366 (function :tag "Predicate")) 4366 (function :tag "Predicate"))
4367 :value-type 'string) 4367 :value-type string)
4368 :version "29.1" 4368 :version "29.1"
4369 :group 'message-sending) 4369 :group 'message-sending)
4370 4370