* wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
authorhmurata <hmurata>
Wed, 7 Jan 2004 23:59:23 +0000 (23:59 +0000)
committerhmurata <hmurata>
Wed, 7 Jan 2004 23:59:23 +0000 (23:59 +0000)
wl/ChangeLog
wl/wl-action.el

index 26cd807..10834c6 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
+
 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-action.el (wl-summary-set-action-refile): Don't proceed if
index 980be79..e164137 100644 (file)
@@ -784,8 +784,9 @@ Return number if put mark succeed"
 (defun wl-summary-refile-prev-destination ()
   "Refile message to previously refiled destination."
   (interactive)
-  (wl-summary-refile (wl-summary-message-number)
-                    wl-summary-buffer-prev-refile-destination)
+  (funcall (symbol-function 'wl-summary-refile)
+          (wl-summary-message-number)
+          wl-summary-buffer-prev-refile-destination)
   (if (and (interactive-p)
           (eq wl-summary-move-direction-downward nil))
       (wl-summary-prev)