aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-15 02:39:21 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-15 02:39:21 +0000
commit08c305f573dda0512e3acb1b6c6c78f390a5921d (patch)
tree995a64999fa5f2dd29042cbb98c02ec51ed0025a /sx-question-list.el
parent884363ac75fe0c5f8e082c31cfeb8632ad85f19e (diff)
parent7881572c09281785c1d0303d13305b583b3803cd (diff)
Merge remote-tracking branch 'remotes/origin/network-list' into real-scores
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 e0bf300..773ce0d 100644
--- a/sx-question-list.el
+++ b/sx-question-list.el
@@ -118,7 +118,7 @@ Letters do not insert themselves; instead, they are commands.
(defun sx-question-list--date-more-recent-p (x y)
"Non-nil if tabulated-entry X is newer than Y."
- (sx-question--<
+ (sx--<
sx-question-list-date-sort-method
(car x) (car y) #'>))