* wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
authoryoichi <yoichi>
Thu, 10 Jun 2004 15:53:11 +0000 (15:53 +0000)
committeryoichi <yoichi>
Thu, 10 Jun 2004 15:53:11 +0000 (15:53 +0000)
Clarify that marks are going to be cleared.

wl/ChangeLog
wl/wl-summary.el

index cac95bd..a1f8efe 100644 (file)
@@ -1,3 +1,8 @@
+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
index 99ef6a8..7d518f0 100644 (file)
@@ -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)