* wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
authoryoichi <yoichi>
Sat, 31 Jul 2004 17:35:44 +0000 (17:35 +0000)
committeryoichi <yoichi>
Sat, 31 Jul 2004 17:35:44 +0000 (17:35 +0000)
wl-current-summary-buffer.

wl/ChangeLog
wl/wl-summary.el

index 194dae1..9f5fa58 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
+       wl-current-summary-buffer.
+
 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
 
        * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
index 72592a5..bafabd9 100644 (file)
@@ -3746,6 +3746,7 @@ Return t if message exists."
        cur-folder cur-number message-last-pos)
     (when (buffer-live-p wl-message-buffer)
       (save-window-excursion
+       (setq wl-current-summary-buffer (current-buffer))
        (wl-message-select-buffer wl-message-buffer)
        (setq cur-folder wl-message-buffer-cur-folder)
        (setq cur-number wl-message-buffer-cur-number)))