diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-26 20:27:39 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-26 20:27:39 +0000 |
commit | 542bcc6a8be0dc5b28bfe43d7e954f4476c7f02a (patch) | |
tree | 1d0337b03364cfce2fd0b700d48c1200703c2e73 /sx-question.el | |
parent | e73dcda1ea1ed044f1ed83192e7e7dd7e1ce59e4 (diff) | |
parent | ce6600296875e17009e2b85c769956cde55a2d53 (diff) |
Merge branch 'master' into more-ordering
Diffstat (limited to 'sx-question.el')
-rw-r--r-- | sx-question.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sx-question.el b/sx-question.el index 1fde1aa..1162eb9 100644 --- a/sx-question.el +++ b/sx-question.el @@ -197,20 +197,14 @@ If no cache exists for it, initialize one with SITE." ;;;; Other data - (defun sx-question--accepted-answer-id (question) "Return accepted answer in QUESTION or nil if none exists." (sx-assoc-let question (and (integerp .accepted_answer_id) .accepted_answer_id))) -(defun sx-question--tag-format (tag) - "Formats TAG for display." - (concat "[" tag "]")) - ;;; Question Mode Answer-Sorting Functions - (sx--create-comparator sx-answer-higher-score-p "Return t if answer A has a higher score than answer B." #'> (lambda (x) (cdr (assq 'score x)))) |