From 303cc1d110b98ef0186126a07436234d0950b8ea Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 8 Oct 2012 13:03:00 +0200 Subject: [PATCH] Fix wording of comments in w32fns.c. --- src/w32fns.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/w32fns.c b/src/w32fns.c index 7f0e6d5e5bf..996c37f57f9 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -6128,8 +6128,8 @@ Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories. */) /* Note: under NTGUI_UNICODE, we do _NOT_ use ENCODE_FILE: the system file encoding expected by the platform APIs (e.g. Cygwin's - POSIX implementation) may not the same as the encoding expected - by the Windows API! */ + POSIX implementation) may not be the same as the encoding expected + by the Windows "ANSI" APIs! */ CHECK_STRING (prompt); CHECK_STRING (dir); @@ -6215,6 +6215,7 @@ Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories. */) { int count = SPECPDL_INDEX (); + /* Prevent redisplay. */ specbind (Qinhibit_redisplay, Qt); block_input (); file_details->lpfnHook = file_dialog_callback; -- 2.39.2