Closed ZungBang closed 4 years ago
Originally this was (file-attribute-modification-time (cdr ...))
but this seems to not be backwards compatible with Emacs before v26, so I changed it to (nth 5 (cdr ...))
because 5 is the index of the modification time in the attributes list and is documented as such in file-attributes
.
It does look kinda awkward. I'll change this if you want.
Yeah let's just use 6 👍
Done.
Thanks!
was sorting by wrong attribute (access-time), since the car of each entry in file-list is the file name and the attributes follow