From 6afdb3c647bcec08e4409ed1299ae3ca9f559d0c Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Tue, 4 Nov 2014 13:47:44 +0000 Subject: Fix reference to old function. --- stack-question-list.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stack-question-list.el') 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) #'>)) -- cgit v1.2.3