From: Eli Zaretskii Date: Mon, 8 Oct 2012 11:03:00 +0000 (+0200) Subject: Fix wording of comments in w32fns.c. X-Git-Tag: emacs-24.2.90~237^2~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=303cc1d110b98ef0186126a07436234d0950b8ea;p=emacs.git Fix wording of comments in w32fns.c. --- 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;