emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/editfns.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Sat, 16 Aug 2003 20:24:05 -0400

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.359 emacs/src/editfns.c:1.360
*** emacs/src/editfns.c:1.359   Wed Jul  9 10:51:57 2003
--- emacs/src/editfns.c Sat Aug 16 20:24:04 2003
***************
*** 1665,1670 ****
--- 1665,1673 ----
  Year numbers less than 100 are treated just like other year numbers.
  If you want them to stand for years in this century, you must do that 
yourself.
  
+ Years before 1970 are not guaranteed to work.  On some systems,
+ year values as low as 1901 do work.
+ 
  usage: (encode-time SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE)  */)
       (nargs, args)
       int nargs;




reply via email to

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