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:42:23 +0000

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

Index: w32.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32.c,v
retrieving revision 1.111.2.8
retrieving revision 1.111.2.9
diff -u -b -r1.111.2.8 -r1.111.2.9
--- w32.c       26 Mar 2008 19:04:25 -0000      1.111.2.8
+++ w32.c       10 Apr 2008 10:42:22 -0000      1.111.2.9
@@ -109,6 +109,9 @@
 extern Lisp_Object Vw32_downcase_file_names;
 extern Lisp_Object Vw32_generate_fake_inodes;
 extern Lisp_Object Vw32_get_true_file_attributes;
+/* Defined in process.c for its own purpose.  */
+extern Lisp_Object Qlocal;
+
 extern int w32_num_mouse_buttons;
 
 
@@ -2489,6 +2492,8 @@
     }
 
   if (!NILP (Vw32_get_true_file_attributes)
+      && !(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,
                           FILE_FLAG_BACKUP_SEMANTICS, NULL))




reply via email to

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