comparison src/w32proc.c @ 46750:514398573221

Add missing semicolon.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 30 Jul 2002 16:24:30 +0000
parents 15a19dbe41bc
children 23a1cea22d13
comparison
equal deleted inserted replaced
46749:320ae387da9c 46750:514398573221
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 Note that this option is only useful for files on NTFS volumes, where hard links 2236 Note that this option is only useful for files on NTFS volumes, where hard links
2237 are supported. Moreover, it slows down `file-attributes' noticeably. */) 2237 are supported. Moreover, it slows down `file-attributes' noticeably. */);
2238 Vw32_get_true_file_attributes = Qt; 2238 Vw32_get_true_file_attributes = Qt;
2239 } 2239 }
2240 /* end of ntproc.c */ 2240 /* end of ntproc.c */