From: teranisi Date: Sat, 9 Nov 2002 03:01:19 +0000 (+0000) Subject: * wl-draft.el (wl-draft-reedit): Fixed argument for wl-draft-buffer-style. X-Git-Tag: wl-2_11_1~56 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d87a403b54678a7eaca56f25cbbbfc469d44146b;p=elisp%2Fwanderlust.git * wl-draft.el (wl-draft-reedit): Fixed argument for wl-draft-buffer-style. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 39b754b..3d7b579 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -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 diff --git a/wl/wl-draft.el b/wl/wl-draft.el index 20a3470..3cb26af 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -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)