projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93e0f0d
)
(syms_of_w32proc): Get true file attributes by default.
author
Jason Rumney
<jasonr@gnu.org>
Sun, 28 Apr 2002 18:53:48 +0000
(18:53 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sun, 28 Apr 2002 18:53:48 +0000
(18:53 +0000)
src/w32proc.c
patch
|
blob
|
history
diff --git
a/src/w32proc.c
b/src/w32proc.c
index 02c4aa0cf1b93b03c9978510d0c18a07a685cd4d..ae14c817fa99c17682a5578701f6f8618538830b 100644
(file)
--- a/
src/w32proc.c
+++ b/
src/w32proc.c
@@
-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 = Q
nil
;
+ Vw32_get_true_file_attributes = Q
t
;
}
/* end of ntproc.c */