From af9897541a1633fe311573d8654a560055e1225b Mon Sep 17 00:00:00 2001 From: okazaki Date: Fri, 4 Jan 2002 22:26:48 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-refile-subr): Remove `interactive'. --- wl/wl-summary.el | 1 - 1 file changed, 1 deletion(-) diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 7a2713d..83b79cc 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -3284,7 +3284,6 @@ If optional argument NUMBER is specified, mark message specified by NUMBER." (wl-summary-refile-subr 'copy (interactive-p) dst number)) (defun wl-summary-refile-subr (copy-or-refile interactive &optional dst number) - (interactive) (let* ((buffer-num (wl-summary-message-number)) (msg-num (or number buffer-num)) (msgid (and msg-num -- 1.7.10.4