]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix message-server-alist :type (Bug#58546)
authorMauro Aranda <maurooaranda@gmail.com>
Sat, 15 Oct 2022 13:56:43 +0000 (10:56 -0300)
committerMauro Aranda <maurooaranda@gmail.com>
Sat, 15 Oct 2022 13:56:43 +0000 (10:56 -0300)
lisp/gnus/message.el

index 67ec0531fa494547f9566c8f4797196ed1a901bf..5e4e9854a6bb6a8ff66dade687f29de6e420a006 100644 (file)
@@ -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)