]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorJason Rumney <jasonr@gnu.org>
Thu, 10 Apr 2008 10:44:51 +0000 (10:44 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 10 Apr 2008 10:44:51 +0000 (10:44 +0000)
src/ChangeLog
src/w32.c

index ea69708e3fe3a06acc1717215fdb5924f8568e53..81379fd1130de35ecf20ff6167cdc7ee34947c3c 100644 (file)
@@ -1,3 +1,11 @@
+2008-04-10  Jason Rumney  <jasonr@gnu.org>
+
+       * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
+       attributes only for local files.
+
+       * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
+       default to Qlocal.
+
 2008-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * Makefile.in (MAC_OBJ): Add mactoolbox.o.
index bc26d75e78ea33e657c38a46466a69ad43209661..894160a275d55a59e08e656a9902fa1196189b96 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -2492,7 +2492,7 @@ stat (const char * path, struct stat * buf)
     }
 
   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,