]> code.delx.au - gnu-emacs/commit
Add accessors for `file-attributes'
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 4 Mar 2016 13:39:07 +0000 (13:39 +0000)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 4 Mar 2016 15:33:38 +0000 (15:33 +0000)
commit2d5b20f68c194e7fec7b9602935fd95149e9b7c6
tree4dc995ec41e242f4f0c2d431bcd129a5e2c40410
parent484967796755051c4045cdcc26b0d3d129cc72ad
Add accessors for `file-attributes'

* doc/lispref/files.texi (File Attributes): Mention the accessors.

* lisp/files.el (file-attribute-type)
(file-attribute-link-number, file-attribute-user-id)
(file-attribute-group-id, file-attribute-access-time)
(file-attribute-modification-time)
(file-attribute-change-time, file-attribute-size)
(file-attribute-modes, file-attribute-inode-number)
(file-attribute-device-number): New functions.

* src/dired.c (Ffile_attributes): Mention the accessors (bug#22890).
doc/lispref/files.texi
etc/NEWS
lisp/files.el
src/dired.c