diff options
Diffstat (limited to 'src/w32proc.c')
| -rw-r--r-- | src/w32proc.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index a44a326caf9..f7ddf4d69a8 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -2232,10 +2232,9 @@ the truename of a file can be slow. */); | |||
| 2232 | #endif | 2232 | #endif |
| 2233 | 2233 | ||
| 2234 | DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes, | 2234 | DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes, |
| 2235 | doc: /* Non-nil means determine accurate link count in file-attributes. | 2235 | doc: /* Non-nil means determine accurate link count in `file-attributes'. |
| 2236 | This option slows down file-attributes noticeably, so is disabled by | 2236 | Note that this option is only useful for files on NTFS volumes, where hard links |
| 2237 | default. Note that it is only useful for files on NTFS volumes, | 2237 | are supported. Moreover, it slows down `file-attributes' noticeably. */) |
| 2238 | where hard links are supported. */); | ||
| 2239 | Vw32_get_true_file_attributes = Qt; | 2238 | Vw32_get_true_file_attributes = Qt; |
| 2240 | } | 2239 | } |
| 2241 | /* end of ntproc.c */ | 2240 | /* end of ntproc.c */ |