emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/w32.c,v [EMACS_22_BASE]


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32.c,v [EMACS_22_BASE]
Date: Thu, 10 Apr 2008 10:44:02 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Jason Rumney <jasonr>   08/04/10 10:44:01

Index: w32.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32.c,v
retrieving revision 1.111.2.9
retrieving revision 1.111.2.10
diff -u -b -r1.111.2.9 -r1.111.2.10
--- w32.c       10 Apr 2008 10:42:22 -0000      1.111.2.9
+++ w32.c       10 Apr 2008 10:44:01 -0000      1.111.2.10
@@ -2492,7 +2492,7 @@
     }
 
   if (!NILP (Vw32_get_true_file_attributes)
-      && !(EQ (vw32_get_true_file_attributes, Qlocal) && 
+      && !(EQ (Vw32_get_true_file_attributes, Qlocal) && 
           GetDriveType (name) == DRIVE_FIXED)
       /* No access rights required to get info.  */
       && (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING,




reply via email to

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