This commit was generated by cvs2svn to compensate for changes in r3968,
[elisp/gnus.git-] / lisp / gnus-logic.el
index 2c5517a..c276a0b 100644 (file)
      ((eq type 'at)
       (equal date match))
      ((eq type 'before)
-      (time-less-p match date))
+      (gnus-time-less match date))
      ((eq type 'after)
-      (time-less-p date match))
+      (gnus-time-less date match))
      (t
       (error "No such date score type: %s" type)))))