Clarify that marks are going to be cleared.
+2004-06-11 Yoichi NAKAYAMA <yoichi@geiin.org>
+
+ * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
+ Clarify that marks are going to be cleared.
+
2004-06-09 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* wl-summary.el (wl-summary-persistent-mark-string): Decide mark
(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)