diff options
Diffstat (limited to 'stack-question-list.el')
-rw-r--r-- | stack-question-list.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack-question-list.el b/stack-question-list.el index 2e354d3..fae4df4 100644 --- a/stack-question-list.el +++ b/stack-question-list.el @@ -121,7 +121,7 @@ Letters do not insert themselves; instead, they are commands. (defun stack-question-list--date-more-recent-p (x y) "Non-nil if tabulated-entry X is newer than Y." - (stack-question-list--< + (stack-question--< stack-question-list-date-sort-method (car x) (car y) #'>)) |