diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32proc.c | 2 |
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. */); | |||
| 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 */ |