From: teranisi Date: Wed, 26 Apr 2000 05:06:31 +0000 (+0000) Subject: (wl-summary-incorporate): Enclose `wl-summary-sync-force-update' X-Git-Tag: wl-1_1_1~28 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8aa89596f1f865fc75d209b0583b514df25230ea;p=elisp%2Fwanderlust.git (wl-summary-incorporate): Enclose `wl-summary-sync-force-update' with save-excursion. --- diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 9133842..3b1cd69 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -4,7 +4,7 @@ ;; Author: Yuuichi Teranishi ;; Keywords: mail, net news -;; Time-stamp: <00/04/21 12:32:28 teranisi> +;; Time-stamp: <00/04/26 14:03:56 teranisi> ;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen). @@ -1310,7 +1310,8 @@ Optional argument ADDR-STR is used as a target address if specified." If optional argument is non-nil, checking is omitted." (interactive "P") (unless arg - (wl-summary-sync-force-update)) + (save-excursion + (wl-summary-sync-force-update))) (wl-summary-prefetch-region (point-min) (point-max) wl-summary-incorporate-marks))