From 48273879d34d6027d9edd623e9f946ef819d363e Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 2 Jan 2015 19:30:37 -0500 Subject: Fix sx-tag-filter It wasn't returning any .items because it wasn't included in the filter. This commit also introduces a convenience macro in sx-filter to avoid this scenario in the future. --- sx-tag.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sx-tag.el') diff --git a/sx-tag.el b/sx-tag.el index 511c474..9f8a5a9 100644 --- a/sx-tag.el +++ b/sx-tag.el @@ -26,7 +26,9 @@ ;;; Getting the list from a site -(defvar sx-tag-filter '((tag.name)) +(defvar sx-tag-filter + (sx-filter-from-nil + (tag.name)) "Filter used when querying tags.") (defun sx-tag--get-some-tags-containing (site string) -- cgit v1.2.3