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/diary-lib.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/diary-lib.el
Date: Thu, 03 Jan 2002 18:47:26 -0500

Index: emacs/lisp/calendar/diary-lib.el
diff -c emacs/lisp/calendar/diary-lib.el:1.51 
emacs/lisp/calendar/diary-lib.el:1.52
*** emacs/lisp/calendar/diary-lib.el:1.51       Mon Nov 26 11:19:34 2001
--- emacs/lisp/calendar/diary-lib.el    Thu Jan  3 18:47:25 2002
***************
*** 1242,1248 ****
  
  (defun diary-block (m1 d1 y1 m2 d2 y2)
    "Block diary entry.
! Entry applies if date is between two dates.  Order of the parameters is
  M1, D1, Y1, M2, D2, Y2 if `european-calendar-style' is nil, and
  D1, M1, Y1, D2, M2, Y2 if `european-calendar-style' is t."
    (let ((date1 (calendar-absolute-from-gregorian
--- 1242,1249 ----
  
  (defun diary-block (m1 d1 y1 m2 d2 y2)
    "Block diary entry.
! Entry applies if date is between, or on one of, two dates.
! The order of the parameters is
  M1, D1, Y1, M2, D2, Y2 if `european-calendar-style' is nil, and
  D1, M1, Y1, D2, M2, Y2 if `european-calendar-style' is t."
    (let ((date1 (calendar-absolute-from-gregorian



reply via email to

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