diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-03 14:05:49 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-03 14:05:49 +0000 |
commit | 20cac24283fa689f9bea679b4675e2415123c026 (patch) | |
tree | b3a0cdf0319a440ac305ee9b5f7eaf3b7f8ba742 /stack-question.el | |
parent | ffef03c69affa3b247785654c4c2856100044b1e (diff) |
Comment out api-filter-request
Diffstat (limited to 'stack-question.el')
-rw-r--r-- | stack-question.el | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/stack-question.el b/stack-question.el index 2b6cd1f..66a4ea3 100644 --- a/stack-question.el +++ b/stack-question.el @@ -29,12 +29,14 @@ (require 'stack-filter) (require 'stack-lto) -(defvar stack-question-browse-filter - (stack-filter-compile - nil - '(user.profile_image shallow_user.profile_image))) - -(stack-filter-store 'question-browse stack-question-browse-filter) +;; I don't know why this is here, but it was causing an API request on require. +(defvar stack-question-browse-filter nil + ;; (stack-filter-compile + ;; nil + ;; '(user.profile_image shallow_user.profile_image)) + ) + +;; (stack-filter-store 'question-browse stack-question-browse-filter) (defun stack-question-get-questions (site &optional page) "Get the page PAGE of questions from SITE." |