aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-02-14 18:31:38 -0600
committerSean Allred <code@seanallred.com>2015-02-14 18:31:38 -0600
commitca121c0c65e0e689af2ee859fdd8ebea8bc44bc5 (patch)
tree426f0ce4865a23853a51b285d26c67d1474d1f3a /sx-question-list.el
parent2e9fb5633907afdd6218e36a6be5412e87dcee2c (diff)
parent3b0008b6fc32548905510cf86ab5651e529b84ee (diff)
Merge pull request #261 from vermiculus/meta-tags
Meta tags
Diffstat (limited to 'sx-question-list.el')
-rw-r--r--sx-question-list.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-list.el b/sx-question-list.el
index 333fd83..6bae225 100644
--- a/sx-question-list.el
+++ b/sx-question-list.el
@@ -166,7 +166,7 @@ Also see `sx-question-list-refresh'."
" "
;; @TODO: Make this width customizable. (Or maybe just make
;; the whole thing customizable)
- (format "%-40s" (mapconcat #'sx-tag--format .tags " "))
+ (format "%-40s" (sx-tag--format-tags .tags sx-question-list--site))
" "
(sx-user--format "%15d %4r" .owner)
(propertize " " 'display "\n")))))))