]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-art.el
Simplify now that float-time etc. are built-in
[gnu-emacs] / lisp / gnus / gnus-art.el
index dea8d1f5c9f4a436057a53798423b6d551dfa2d2..c103e1cbb91f3c2b38777d82557b4994649460c2 100644 (file)
@@ -3596,7 +3596,7 @@ possible values."
   ;; If the date is seriously mangled, the timezone functions are
   ;; liable to bug out, so we ignore all errors.
   (let* ((now (current-time))
-        (real-time (subtract-time now time))
+        (real-time (time-subtract now time))
         (real-sec (and real-time
                        (+ (* (float (car real-time)) 65536)
                           (cadr real-time))))