From 8aa89596f1f865fc75d209b0583b514df25230ea Mon Sep 17 00:00:00 2001 From: teranisi Date: Wed, 26 Apr 2000 05:06:31 +0000 Subject: [PATCH] (wl-summary-incorporate): Enclose `wl-summary-sync-force-update' with save-excursion. --- wl/wl-summary.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)) -- 1.7.10.4