From c7a1aae940e0950369d6e107ac84b198339b6d03 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 30 Jul 2002 16:24:30 +0000 Subject: [PATCH] Add missing semicolon. --- src/w32proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32proc.c b/src/w32proc.c index f7ddf4d69a8..c009582b1c7 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -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 */ -- 2.39.5