From: hmurata Date: Thu, 9 Nov 2006 12:23:28 +0000 (+0000) Subject: (wl-summary-sync-update): Move X-Git-Tag: wl-2_15_6-fixes~114 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5e94fdd9e5ae241fc17f11e1f2aace2a7128045d;p=elisp%2Fwanderlust.git (wl-summary-sync-update): Move `wl-thread-update-indent-string-thread' to outside of `elmo-with-progress-display'. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 6d80e5a..3d39d38 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,9 @@ +2006-11-09 Hiroya Murata + + * wl-summary.el (wl-summary-sync-update): Move + `wl-thread-update-indent-string-thread' to outside of + `elmo-with-progress-display'. + 2006-11-05 Yoichi NAKAYAMA * wl-message.el (wl-message-exit): Check buffer existence. diff --git a/wl/wl-summary.el b/wl/wl-summary.el index d8089b0..73a0bae 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -2024,11 +2024,11 @@ This function is defined for `window-scroll-functions'" (not sync-all) t)) (wl-append update-top-list update-thread)) (setq wl-summary-delayed-update - (cdr wl-summary-delayed-update))) - (when (and (eq wl-summary-buffer-view 'thread) - update-top-list) - (wl-thread-update-indent-string-thread - (elmo-uniq-list update-top-list)))) + (cdr wl-summary-delayed-update)))) + (when (and (eq wl-summary-buffer-view 'thread) + update-top-list) + (wl-thread-update-indent-string-thread + (elmo-uniq-list update-top-list))) (when (or delete-list append-list) (wl-summary-set-message-modified)) (when (and sync-all (eq wl-summary-buffer-view 'thread))