comparison src/w32proc.c @ 44928:c887ee4e08f3

(syms_of_w32proc): Get true file attributes by default.
author Jason Rumney <jasonr@gnu.org>
date Sun, 28 Apr 2002 18:53:48 +0000
parents c185eb97b9ee
children 07245ba4ebcc
comparison
equal deleted inserted replaced
44927:1f6fdc21ea67 44928:c887ee4e08f3
2233 DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes, 2233 DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes,
2234 doc: /* Non-nil means determine accurate link count in file-attributes. 2234 doc: /* Non-nil means determine accurate link count in file-attributes.
2235 This option slows down file-attributes noticeably, so is disabled by 2235 This option slows down file-attributes noticeably, so is disabled by
2236 default. Note that it is only useful for files on NTFS volumes, 2236 default. Note that it is only useful for files on NTFS volumes,
2237 where hard links are supported. */); 2237 where hard links are supported. */);
2238 Vw32_get_true_file_attributes = Qnil; 2238 Vw32_get_true_file_attributes = Qt;
2239 } 2239 }
2240 /* end of ntproc.c */ 2240 /* end of ntproc.c */