From: Paul Eggert Date: Fri, 3 Jun 2011 18:15:45 +0000 (-0700) Subject: * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~8^2~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fee1a3f195e16a6042eea45d012516c900e6f94e;p=emacs.git * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits. --- fee1a3f195e16a6042eea45d012516c900e6f94e diff --cc src/ChangeLog index fa132593f73,44c9db28d58..2d139e0bfc9 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,5 -1,7 +1,7 @@@ -2011-06-02 Paul Eggert +2011-06-03 Paul Eggert + * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits. + * 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.