Function: gnus-file-newer-than
gnus-file-newer-than is a byte-compiled function defined in
gnus-util.el.gz.
Signature
(gnus-file-newer-than FILE DATE)
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-util.el.gz
;;; Time functions.
(defun gnus-file-newer-than (file date)
(time-less-p date (file-attribute-modification-time (file-attributes file))))