aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2002-04-28 18:53:48 +0000
committerJason Rumney2002-04-28 18:53:48 +0000
commit09ed9d88231563a02f486f6b9ba8246206908243 (patch)
tree73660585c6e491de7a2bc83734048cbdae03e93d /src
parent93e0f0da4bbb3dc078339e3a97fac9188f0e0174 (diff)
downloademacs-09ed9d88231563a02f486f6b9ba8246206908243.tar.gz
emacs-09ed9d88231563a02f486f6b9ba8246206908243.zip
(syms_of_w32proc): Get true file attributes by default.
Diffstat (limited to 'src')
-rw-r--r--src/w32proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index 02c4aa0cf1b..ae14c817fa9 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -2235,6 +2235,6 @@ the truename of a file can be slow. */);
2235This option slows down file-attributes noticeably, so is disabled by 2235This option slows down file-attributes noticeably, so is disabled by
2236default. Note that it is only useful for files on NTFS volumes, 2236default. Note that it is only useful for files on NTFS volumes,
2237where hard links are supported. */); 2237where 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 */