aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-05 22:55:38 -0700
committerPaul Eggert2011-06-05 22:55:38 -0700
commitdfe18f824fd582350f8a55e402f210b40ab74083 (patch)
tree7f15ae7c614c440c1cc738cf17fac8b2315a8d0b /src/ChangeLog
parent0157c761391e63e3cd79a6757bbb1e5a494fae8c (diff)
downloademacs-dfe18f824fd582350f8a55e402f210b40ab74083.tar.gz
emacs-dfe18f824fd582350f8a55e402f210b40ab74083.zip
* dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9f54dcc3bc5..4269bf4655b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-06-06 Paul Eggert <eggert@cs.ucla.edu> 12011-06-06 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
4
3 Don't assume time_t can fit into int. 5 Don't assume time_t can fit into int.
4 * buffer.h (struct buffer.modtime): Now time_t, not int. 6 * buffer.h (struct buffer.modtime): Now time_t, not int.
5 * fileio.c (Fvisited_file_modtime): No need for time_t cast now. 7 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.