]> git.eshelyaron.com Git - emacs.git/commitdiff
Add missing semicolon.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 30 Jul 2002 16:24:30 +0000 (16:24 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 30 Jul 2002 16:24:30 +0000 (16:24 +0000)
src/w32proc.c

index f7ddf4d69a87c4f24015143b3f2d6b1cda0d4887..c009582b1c7b4a732bbb9db8b5123fd528228d9f 100644 (file)
@@ -2234,7 +2234,7 @@ the truename of a file can be slow.  */);
   DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes,
               doc: /* Non-nil means determine accurate link count in `file-attributes'.
 Note that this option is only useful for files on NTFS volumes, where hard links
-are supported.  Moreover, it slows down `file-attributes' noticeably.  */)
+are supported.  Moreover, it slows down `file-attributes' noticeably.  */);
   Vw32_get_true_file_attributes = Qt;
 }
 /* end of ntproc.c */