emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110455: Fix wording of comments in w


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110455: Fix wording of comments in w32fns.c.
Date: Mon, 08 Oct 2012 13:03:00 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110455
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2012-10-08 13:03:00 +0200
message:
  Fix wording of comments in w32fns.c.
modified:
  src/w32fns.c
=== modified file 'src/w32fns.c'
--- a/src/w32fns.c      2012-10-07 22:31:58 +0000
+++ b/src/w32fns.c      2012-10-08 11:03:00 +0000
@@ -6128,8 +6128,8 @@
 
     /* 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 @@
 
     {
       int count = SPECPDL_INDEX ();
+      /* Prevent redisplay.  */
       specbind (Qinhibit_redisplay, Qt);
       block_input ();
       file_details->lpfnHook = file_dialog_callback;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]