* wl-draft.el (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
authorteranisi <teranisi>
Sat, 9 Nov 2002 03:01:19 +0000 (03:01 +0000)
committerteranisi <teranisi>
Sat, 9 Nov 2002 03:01:19 +0000 (03:01 +0000)
wl/ChangeLog
wl/wl-draft.el

index 39b754b..3d7b579 100644 (file)
@@ -5,6 +5,7 @@
        point.
        (wl-draft-reedit): Remove the mime-edit tag if the first part is
        text/plain.
+       (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
 
 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
index 20a3470..3cb26af 100644 (file)
@@ -1905,7 +1905,7 @@ If KILL-WHEN-DONE is non-nil, current draft buffer is killed"
           (delete-other-windows)
           (switch-to-buffer buffer))
          (t (if (functionp wl-draft-buffer-style)
-                (funcall wl-draft-buffer-style buf-name)
+                (funcall wl-draft-buffer-style buffer)
               (error "Invalid value for wl-draft-buffer-style")))))
       (set-buffer buffer)
       (insert-file-contents-as-binary file-name)