mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; Fix message-server-alist :type (Bug#58546)
This commit is contained in:
parent
4aeb80ccec
commit
9fcd59a978
1 changed files with 4 additions and 4 deletions
|
|
@ -4361,10 +4361,10 @@ arguments. If METHOD is nil in this case, the return value of
|
|||
the function will be inserted instead.
|
||||
If the buffer already has a\"X-Message-SMTP-Method\" header,
|
||||
it is left unchanged."
|
||||
:type '(alist :key-type '(choice
|
||||
(string :tag "From Address")
|
||||
(function :tag "Predicate"))
|
||||
:value-type 'string)
|
||||
:type '(alist :key-type (choice
|
||||
(string :tag "From Address")
|
||||
(function :tag "Predicate"))
|
||||
:value-type string)
|
||||
:version "29.1"
|
||||
:group 'message-sending)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue