From: Juanma Barranquero Date: Tue, 30 Jul 2002 16:24:30 +0000 (+0000) Subject: Add missing semicolon. X-Git-Tag: ttn-vms-21-2-B4~13809 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7a1aae940e0950369d6e107ac84b198339b6d03;p=emacs.git Add missing semicolon. --- 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 */