From: okazaki Date: Sun, 24 Sep 2000 12:24:09 +0000 (+0000) Subject: * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete' X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4db2fa9cf10b945445d6d78fb3a6fa2d7af0835a;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete' instead of `elmo-delete-lists'. --- diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 1e83c75..6035fb0 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -5808,8 +5808,8 @@ Reply to author if invoked with argument." (ng-list (wl-summary-get-newsgroups)) ;; for multi folder crosspost-folders) (when (setq crosspost-folders - (elmo-delete-lists ng-list - (wl-parse-newsgroups newsgroups t))) + (elmo-list-delete ng-list + (wl-parse-newsgroups newsgroups t))) (elmo-crosspost-message-set (cdr (assq number num-db)) ;;message-id crosspost-folders type) ;;not used