aboutsummaryrefslogtreecommitdiff
path: root/sx-question.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-04 12:10:25 -0500
committerSean Allred <code@seanallred.com>2015-01-04 12:10:25 -0500
commit53c4fad6ced6334413c4c92ab78c015789061337 (patch)
tree388385acda8f1ba99787ab78c90f39900514080e /sx-question.el
parentebe40543241c902d6e9af12c783ffbcd9b000833 (diff)
parent671dceecafb9cb48b739b7fb54bf2b71bbc7e32c (diff)
Merge pull request #175 from vermiculus/goto-map
Goto map
Diffstat (limited to 'sx-question.el')
-rw-r--r--sx-question.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-question.el b/sx-question.el
index 44dad07..0e830a6 100644
--- a/sx-question.el
+++ b/sx-question.el
@@ -26,7 +26,7 @@
(require 'sx-filter)
(require 'sx-method)
-(defun sx-question-get-questions (site &optional page keywords)
+(defun sx-question-get-questions (site &optional page keywords submethod)
"Get SITE questions. Return page PAGE (the first if nil).
Return a list of question. Each question is an alist of
properties returned by the API with an added (site SITE)
@@ -39,6 +39,7 @@ KEYWORDS are added to the method call along with PAGE.
:keywords `((page . ,page) ,@keywords)
:site site
:auth t
+ :submethod submethod
:filter sx-browse-filter))
(defun sx-question-get-question (site question-id)