Importing pgnus-0.77
[elisp/gnus.git-] / lisp / time-date.el
index db7a35e..c40ddbe 100644 (file)
@@ -1,5 +1,5 @@
 ;;; time-date.el --- Date and time handling functions
-;; Copyright (C) 1998 Free Software Foundation, Inc.
+;; Copyright (C) 1998,99 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;;     Masanobu Umeda <umerin@mse.kyutech.ac.jp>
@@ -79,7 +79,7 @@
 (defun date-to-day (date)
   "Return the number of days between year 1 and DATE."
   (time-to-days (date-to-time date)))
-  
+
 (defun days-between (date1 date2)
   "Return the number of days between DATE1 and DATE2."
   (- (date-to-day date1) (date-to-day date2)))