]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_w32proc): Get true file attributes by default.
authorJason Rumney <jasonr@gnu.org>
Sun, 28 Apr 2002 18:53:48 +0000 (18:53 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 28 Apr 2002 18:53:48 +0000 (18:53 +0000)
src/w32proc.c

index 02c4aa0cf1b93b03c9978510d0c18a07a685cd4d..ae14c817fa99c17682a5578701f6f8618538830b 100644 (file)
@@ -2235,6 +2235,6 @@ the truename of a file can be slow.  */);
 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 */