emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/time-date.el [emacs-unicode


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/time-date.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:54:29 -0400

Index: emacs/lisp/calendar/time-date.el
diff -c emacs/lisp/calendar/time-date.el:1.5.10.1 
emacs/lisp/calendar/time-date.el:1.5.10.2
*** emacs/lisp/calendar/time-date.el:1.5.10.1   Fri Apr 16 12:50:12 2004
--- emacs/lisp/calendar/time-date.el    Mon Jun 28 07:29:41 2004
***************
*** 149,155 ****
  
  ;;;###autoload
  (defun time-to-day-in-year (time)
!   "Return the day number within the year of the date month/day/year."
    (let* ((tim (decode-time time))
         (month (nth 4 tim))
         (day (nth 3 tim))
--- 149,155 ----
  
  ;;;###autoload
  (defun time-to-day-in-year (time)
!   "Return the day number within the year corresponding to TIME."
    (let* ((tim (decode-time time))
         (month (nth 4 tim))
         (day (nth 3 tim))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]