2003-01-10 Masahiro Murata <muse@ba2.so-net.ne.jp>
authoryoichi <yoichi>
Fri, 10 Jan 2003 09:43:05 +0000 (09:43 +0000)
committeryoichi <yoichi>
Fri, 10 Jan 2003 09:43:05 +0000 (09:43 +0000)
* wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].

wl/ChangeLog
wl/wl-draft.el

index 475b0f7..654d178 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
+
+       * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
+
 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
 
        * wl-summary.el (wl-summary-line-list-info): Use %f to make
index 56955a9..138a4ca 100644 (file)
@@ -1945,6 +1945,7 @@ If KILL-WHEN-DONE is non-nil, current draft buffer is killed"
               (error "Invalid value for wl-draft-buffer-style")))))
       (set-buffer buffer)
       (insert-file-contents-as-binary file-name)
+      (elmo-delete-cr-buffer)
       (let((mime-edit-again-ignored-field-regexp
            "^\\(Content-.*\\|Mime-Version\\):"))
        (wl-draft-decode-message-in-buffer))