From 0ec8b9d12ff715fced9e3a3ab67be881c1fff3ec Mon Sep 17 00:00:00 2001 From: okada Date: Wed, 5 Mar 2003 16:51:04 +0000 Subject: [PATCH] * wl-draft.el (wl-draft-create-buffer): Add `wl-summary-reply-with-citation' --- wl/ChangeLog | 5 +++++ wl/wl-draft.el | 1 + 2 files changed, 6 insertions(+) diff --git a/wl/ChangeLog b/wl/ChangeLog index f1cbc46..9b0b230 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2003-03-06 Kenichi OKADA + + * wl-draft.el (wl-draft-create-buffer): Add + `wl-summary-reply-with-citation' + 2003-03-02 Jeremy Shaw * wl-draft.el (wl-draft-reply): Fixed. diff --git a/wl/wl-draft.el b/wl/wl-draft.el index 81fbd07..c546569 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -1625,6 +1625,7 @@ If KILL-WHEN-DONE is non-nil, current draft buffer is killed" (summary-buf (wl-summary-get-buffer parent-folder)) (reply-or-forward (or (eq this-command 'wl-summary-reply) + (eq this-command 'wl-summary-reply-with-citation) (eq this-command 'wl-summary-forward) (eq this-command 'wl-summary-target-mark-forward) (eq this-command 'wl-summary-target-mark-reply-with-citation))) -- 1.7.10.4