diff options
author | Sean Allred <code@seanallred.com> | 2014-11-14 22:03:31 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-14 22:03:31 -0500 |
commit | 6733365df0eb86eff433a9c8f80b32832c426e53 (patch) | |
tree | a8091b37b285e3281511da306e96b94b1742778d /sx-question-list.el | |
parent | 3cb483821a9c7e852324af224b93dca4bd855b03 (diff) | |
parent | 7881572c09281785c1d0303d13305b583b3803cd (diff) |
Merge pull request #53 from vermiculus/network-list
Smart caching
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 a1dec7a..c6d298a 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -122,7 +122,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) #'>)) |