emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src dired.c


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/src dired.c
Date: Sat, 23 May 2009 09:09:29 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/05/23 09:09:29

Modified files:
        src            : dired.c 

Log message:
        (Ffile_attributes): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/dired.c?cvsroot=emacs&r1=1.162&r2=1.163

Patches:
Index: dired.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dired.c,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -b -r1.162 -r1.163
--- dired.c     20 Mar 2009 17:58:10 -0000      1.162
+++ dired.c     23 May 2009 09:09:28 -0000      1.163
@@ -934,6 +934,7 @@
  3. File gid, likewise.
  4. Last access time, as a list of two integers.
   First integer has high-order 16 bits of time, second has low 16 bits.
+  (See a note below about FAT-based filesystems.)
  5. Last modification time, likewise.
  6. Last status change time, likewise.
  7. Size in bytes.
@@ -949,7 +950,10 @@
   a cons cell, similar to the inode number.
 
 On MS-Windows, performance depends on `w32-get-true-file-attributes',
-which see.  */)
+which see.
+
+On some FAT-based filesystems, only the date of last access is recorded,
+so last access time will always be midnight of that day.  */)
      (filename, id_format)
      Lisp_Object filename, id_format;
 {




reply via email to

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