diff src/ChangeLog @ 105748:87712af03fb7

(Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P can properly handle unsigned types. (make_uid, make_gid): Removed.
author Andreas Schwab <schwab@linux-m68k.org>
date Sat, 24 Oct 2009 16:34:52 +0000
parents 35e7b757c606
children f955480a1d92
line wrap: on
line diff
--- a/src/ChangeLog	Sat Oct 24 16:32:06 2009 +0000
+++ b/src/ChangeLog	Sat Oct 24 16:34:52 2009 +0000
@@ -1,5 +1,9 @@
 2009-10-24  Andreas Schwab  <schwab@linux-m68k.org>
 
+	* dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
+	can properly handle unsigned types.
+	(make_uid, make_gid): Removed.
+
 	* lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
 	types again.