aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nnttrss.el14
1 files changed, 6 insertions, 8 deletions
diff --git a/nnttrss.el b/nnttrss.el
index 571fc88..5b2a5c5 100644
--- a/nnttrss.el
+++ b/nnttrss.el
@@ -153,14 +153,12 @@ possibly, :has_img, :updated, and :kind."
Each plist has the keywords :last_updated, :cat_id, :order_id,
:feed_url, :unread, :title, :id, and :icon."
- (nnttrss-post-request nnttrss-address
- nil
- :op "getFeeds"
- :sid session-id
- params)) ; FIXME: need to unwrap params
- ; before handing them to
- ; nnttrss-post-request
-
+ (apply 'nnttrss-post-request
+ address
+ nil
+ :op "getFeeds"
+ :sid session-id
+ params))