# HG changeset patch # User Jason Rumney # Date 1020020028 0 # Node ID c887ee4e08f3ca8d581feaa0a502b6e2fad3c53b # Parent 1f6fdc21ea671bebc1e22eafc972570e2e1f1aeb (syms_of_w32proc): Get true file attributes by default. diff -r 1f6fdc21ea67 -r c887ee4e08f3 src/w32proc.c --- a/src/w32proc.c Sun Apr 28 18:52:26 2002 +0000 +++ b/src/w32proc.c Sun Apr 28 18:53:48 2002 +0000 @@ -2235,6 +2235,6 @@ This option slows down file-attributes noticeably, so is disabled by default. Note that it is only useful for files on NTFS volumes, where hard links are supported. */); - Vw32_get_true_file_attributes = Qnil; + Vw32_get_true_file_attributes = Qt; } /* end of ntproc.c */