diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-15 02:39:21 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-15 02:39:21 +0000 |
commit | 08c305f573dda0512e3acb1b6c6c78f390a5921d (patch) | |
tree | 995a64999fa5f2dd29042cbb98c02ec51ed0025a /sx-question-list.el | |
parent | 884363ac75fe0c5f8e082c31cfeb8632ad85f19e (diff) | |
parent | 7881572c09281785c1d0303d13305b583b3803cd (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.el | 2 |
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) #'>)) |