* fileio.c (Fverify_visited_file_modtime): Avoid time overflow
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jun 2011 18:17:13 +0000 (11:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jun 2011 18:17:13 +0000 (11:17 -0700)
if b->modtime has its maximal value.

1  2 
src/ChangeLog

diff --cc src/ChangeLog
@@@ -1,5 -1,8 +1,8 @@@
 -2011-06-02  Paul Eggert  <eggert@cs.ucla.edu>
 +2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
  
+       * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
+       if b->modtime has its maximal value.
        * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
  
        * lisp.h: Include <intprops.h>, as it'll useful in later changes.