Mercurial > emacs
changeset 11477:5a52cf3e5f11
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Apr 1995 03:45:52 +0000 |
parents | 7917226c3ea9 |
children | 8a5fc4539429 |
files | src/editfns.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Tue Apr 18 03:31:38 1995 +0000 +++ b/src/editfns.c Tue Apr 18 03:45:52 1995 +0000 @@ -760,7 +760,9 @@ fullyear = XINT (year); - /* Adjust incoming datespec to epoch = March 1, year 0. */ + /* Adjust incoming datespec to epoch = March 1, year 0. + The "date" March 1, year 0, is an abstraction used purely for its + computational convenience; year 0 never existed. */ mon = XINT (month) - 1 + 10; fullyear += mon/12 - 1; mon %= 12;