* wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
authoryoichi <yoichi>
Tue, 14 Jan 2003 12:08:06 +0000 (12:08 +0000)
committeryoichi <yoichi>
Tue, 14 Jan 2003 12:08:06 +0000 (12:08 +0000)
it is not up-tp-date.

wl/ChangeLog
wl/wl-summary.el

index b57d899..cdefff6 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
+       it is not up-tp-date.
+
 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-folder.el (wl-folder-empty-trash): Set and show up summary
index 54f1285..86a304d 100644 (file)
@@ -3129,7 +3129,8 @@ If optional argument NUMBER is specified, mark message specified by NUMBER."
                     (eq (wl-summary-message-number)
                         (with-current-buffer wl-message-buffer
                           wl-message-buffer-cur-number)))
-         (wl-summary-toggle-disp-msg 'off))
+         (wl-summary-toggle-disp-msg 'off)
+         (setq wl-message-buffer nil))
        (set-buffer-modified-p nil)
        (message (concat "Executing...done"
                         (if (> refile-failures 0)