From 72f5d07097b3f1530c40379d52606d3bc6856938 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Sun, 2 Nov 2014 11:54:59 -0500 Subject: Store compiled filter for question browsing --- stack-question.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'stack-question.el') 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 -- cgit v1.2.3