aboutsummaryrefslogtreecommitdiff
path: root/sx-inbox.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-01-12 09:13:21 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-01-14 16:34:12 -0200
commit7d6583a6da023f0a1f243d01cb2d856e272fc625 (patch)
treec73f0dd7038745b2109fe9af0c20b632ebf831c2 /sx-inbox.el
parentcdb29dd6f6710e7b94d6efc7aa90c4217c8ba806 (diff)
Hotfix: Unused argument page
Diffstat (limited to 'sx-inbox.el')
-rw-r--r--sx-inbox.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-inbox.el b/sx-inbox.el
index 1efceb1..21589fb 100644
--- a/sx-inbox.el
+++ b/sx-inbox.el
@@ -69,6 +69,7 @@ KEYWORDS are added to the method call along with PAGE.
`sx-method-call' is used with `sx-inbox-filter'."
(sx-method-call (if notifications 'notifications 'inbox)
:keywords keywords
+ :page page
:filter sx-inbox-filter))