aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-question-list.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/sx-question-list.el b/sx-question-list.el
index 5909156..cb5bc33 100644
--- a/sx-question-list.el
+++ b/sx-question-list.el
@@ -324,9 +324,9 @@ into consideration.
(sx--create-comparator sx-question-list--date-more-recent-p
"Non-nil if tabulated-entry A is newer than B."
- > (lambda (x)
- (cdr (assoc sx-question-list-date-sort-method
- (car x)))))
+ #'> (lambda (x)
+ (cdr (assoc sx-question-list-date-sort-method
+ (car x)))))
;;; Keybinds