From: Paul Eggert Date: Fri, 3 Jun 2011 18:14:49 +0000 (-0700) Subject: * lisp.h: Include , as it'll useful in later changes. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~8^2~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=810ef6bcdf43f657e8f40ff5439fe684173c4b24;p=emacs.git * lisp.h: Include , as it'll useful in later changes. * character.c, data.c, editfns.c, insdel.c, intervals.c: Don't include , since lisp.h does. --- 810ef6bcdf43f657e8f40ff5439fe684173c4b24 diff --cc src/ChangeLog index 94cfd944adc,708e08135be..fa132593f73 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,5 -1,9 +1,9 @@@ -2011-06-02 Paul Eggert +2011-06-03 Paul Eggert + * lisp.h: Include , as it'll useful in later changes. + * character.c, data.c, editfns.c, insdel.c, intervals.c: + Don't include , since lisp.h does. + Don't assume time_t can fit into int. * buffer.h (struct buffer.modtime): Now time_t, not int. * fileio.c (Fvisited_file_modtime): No need for time_t cast now.