* wl-draft.el (wl-draft-create-buffer): Add
authorokada <okada>
Wed, 5 Mar 2003 16:51:04 +0000 (16:51 +0000)
committerokada <okada>
Wed, 5 Mar 2003 16:51:04 +0000 (16:51 +0000)
 `wl-summary-reply-with-citation'

wl/ChangeLog
wl/wl-draft.el

index f1cbc46..9b0b230 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-06  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-draft.el (wl-draft-create-buffer): Add
+       `wl-summary-reply-with-citation'
+
 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
 
        * wl-draft.el (wl-draft-reply): Fixed.
index 81fbd07..c546569 100644 (file)
@@ -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)))