From: yoichi Date: Thu, 10 Jun 2004 15:53:11 +0000 (+0000) Subject: * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun. X-Git-Tag: wl-2_11_30~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=39c144335747595b85b84f0f66dab3538e40426d;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun. Clarify that marks are going to be cleared. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index cac95bd..a1f8efe 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2004-06-11 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun. + Clarify that marks are going to be cleared. + 2004-06-09 Hiroya Murata * wl-summary.el (wl-summary-persistent-mark-string): Decide mark diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 99ef6a8..7d518f0 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -1089,9 +1089,9 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'." (defun wl-summary-thread-modified-p () wl-summary-buffer-thread-modified) -(defsubst wl-summary-cleanup-temp-marks (&optional sticky) +(defun wl-summary-cleanup-temp-marks (&optional sticky) (when wl-summary-buffer-temp-mark-list - (if (y-or-n-p (format "Execute remaining marks in %s? " + (if (y-or-n-p (format "Execute remaining marks in %s before cleanup? " (wl-summary-buffer-folder-name))) (progn (wl-summary-exec)