(message-reply): Use `make-full-mail-header'.
authormorioka <morioka>
Wed, 30 Sep 1998 09:02:30 +0000 (09:02 +0000)
committermorioka <morioka>
Wed, 30 Sep 1998 09:02:30 +0000 (09:02 +0000)
(message-followup): Likewise.

lisp/message.el

index 1e1ac50..e3c0872 100644 (file)
@@ -3628,7 +3628,8 @@ OTHER-HEADERS is an alist of header/value pairs."
                            (if wide to-address nil)))
 
     (setq message-reply-headers
-         (vector 0 subject from date message-id references 0 0 ""))
+         (make-full-mail-header
+          0 subject from date message-id references 0 0 ""))
 
     (message-setup
      `((Subject . ,subject)
@@ -3753,7 +3754,8 @@ responses here are directed to other newsgroups."))
      cur)
 
     (setq message-reply-headers
-         (vector 0 subject from date message-id references 0 0 ""))))
+         (make-full-mail-header
+          0 subject from date message-id references 0 0 ""))))
 
 
 ;;;###autoload