Mercurial > emacs
changeset 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 | 1f6fdc21ea67 |
children | 26bf92d293b3 |
files | src/w32proc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */