]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 10 Jul 2009 08:50:10 +0000 (08:50 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 10 Jul 2009 08:50:10 +0000 (08:50 +0000)
src/ChangeLog
src/w32proc.c

index 6007a436ca834db3578ea8c72acee53e28e1670d..9e3e03e45d6808b1ecf03b932b445e5a168c29f3 100644 (file)
@@ -1,3 +1,11 @@
+2009-07-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc
+       fix.
+
+       * w32.c (stat): Treat UNC file names as residing on remote
+       drives.  (Bug#3542)
+
 2009-07-08  Kenichi Handa  <handa@m17n.org>
 
        * coding.h (JIS_TO_SJIS2): Fix the code range check.
index 904251755395ff4ef71a59e551676e9514ed391a..40829f0d63e6eccdb31aad0e7df36b84ed88e161 100644 (file)
@@ -2367,9 +2367,9 @@ the truename of a file can be slow.  */);
   DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes,
               doc: /* Non-nil means determine accurate file attributes in `file-attributes'.
 This option controls whether to issue additional system calls to determine
-accurate link counts, file type, and ownership information.  It is only
+accurate link counts, file type, and ownership information.  It is more
 useful for files on NTFS volumes, where hard links and file security are
-supported.
+supported, than on volumes of the FAT family.
 
 Without these system calls, link count will always be reported as 1 and file
 ownership will be attributed to the current user.