* wl-draft.el (wl-draft-default-headers): Use cons with symbol car
authoryoichi <yoichi>
Sun, 24 Mar 2002 13:00:45 +0000 (13:00 +0000)
committeryoichi <yoichi>
Sun, 24 Mar 2002 13:00:45 +0000 (13:00 +0000)
rather than one with string car.

wl/ChangeLog
wl/wl-draft.el

index 97bac7f..2594703 100644 (file)
@@ -1,5 +1,8 @@
 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
+       * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
+       rather than one with string car.
+
        * wl-vars.el (wl-draft-additional-header-alist): New variable.
        * wl-draft.el (wl-draft-create-contents): Add it after the default
        headers.
index a3388f1..26727fb 100644 (file)
@@ -1672,17 +1672,17 @@ Derived from `message-save-drafts' in T-gnus."
 
 (defsubst wl-draft-default-headers ()
   (list
-   (cons "Mail-Reply-To: " (and wl-insert-mail-reply-to
+   (cons 'Mail-Reply-To (and wl-insert-mail-reply-to
                                (wl-address-header-extract-address
                                 wl-from)))
    (cons "" wl-generate-mailer-string-function)
-   (cons "Reply-To: " mail-default-reply-to)
+   (cons 'Reply-To mail-default-reply-to)
    (cons 'wl-draft-insert-ccs
         (list "Bcc: " (or wl-bcc
                           (and mail-self-blind (user-login-name)))))
    (cons 'wl-draft-insert-ccs
         (list "Fcc: " wl-fcc))
-   (cons "Organization: " wl-organization)
+   (cons 'Organization wl-organization)
    (and wl-auto-insert-x-face
        (file-exists-p wl-x-face-file)
        'wl-draft-insert-x-face-field-here) ;; allow nil