aboutsummaryrefslogtreecommitdiff
path: root/stack-question.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-02 18:25:41 -0500
committerSean Allred <code@seanallred.com>2014-11-02 18:25:41 -0500
commit0ecf1dcfb01be97e0d98416dc8e0e2bc1664daeb (patch)
tree04741375a35e87c25a5e3da91c153e15c483b2c6 /stack-question.el
parent6766f1175ac3fad1a2928ff1f798e9c11caf465d (diff)
parente089914f96caf5e1a74acb75995634c34455a290 (diff)
Merge pull request #6 from vermiculus/precompiled-filters
Precompiled filters
Diffstat (limited to 'stack-question.el')
-rw-r--r--stack-question.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/stack-question.el b/stack-question.el
index 3902a39..eb5b8a3 100644
--- a/stack-question.el
+++ b/stack-question.el
@@ -28,9 +28,12 @@
(require 'stack-filter)
(defvar stack-question-browse-filter
- (stack-filter-compile 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."
(stack-core-make-request