Mercurial > emacs
changeset 46750:514398573221
Add missing semicolon.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 30 Jul 2002 16:24:30 +0000 |
parents | 320ae387da9c |
children | 01bd8c67a47a |
files | src/w32proc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32proc.c Tue Jul 30 16:19:30 2002 +0000 +++ b/src/w32proc.c Tue Jul 30 16:24:30 2002 +0000 @@ -2234,7 +2234,7 @@ 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 */