From: okazaki Date: Sun, 24 Sep 2000 12:44:08 +0000 (+0000) Subject: * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete' X-Git-Tag: wl-2_4-root~151 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8bd03dcf67b25cde6af1269aa725b9d2cfcc66fb;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 bd2a028..5c80980 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -5637,8 +5637,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