From: teranisi Date: Fri, 13 Feb 2004 06:20:00 +0000 (+0000) Subject: * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check X-Git-Tag: wl-2_11_25~67 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=be90dbddb9bbc597f08bb7ac5b7e0a574ef101e7;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check argument for wl-summary-sync-force-update. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index bf43cb3..d8c4308 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2004-02-13 Yuuichi Teranishi + + * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check + argument for wl-summary-sync-force-update. + 2004-02-12 Yuuichi Teranishi * wl-summary.el (wl-summary-mode-map): Revival of diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 9dfb639..1145ebd 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -2408,7 +2408,7 @@ If ARG, without confirm." ((or (eq scan-type 'force-update) (eq scan-type 'update)) (setq mes (wl-summary-sync-force-update - 'unset-cursor 'no-check))))) + 'unset-cursor))))) (if interactive (switch-to-buffer buf) (set-buffer buf))