diff options
author | Tino Calancha <tino.calancha@gmail.com> | 2016-08-17 18:25:54 +0900 |
---|---|---|
committer | Tino Calancha <tino.calancha@gmail.com> | 2016-08-17 18:25:54 +0900 |
commit | 8d4039bcd69f0134fe3723b2bb3c921952e298c5 (patch) | |
tree | 39668b32ab1009fe37e4c18742bb6e67c9431561 /etc | |
parent | 80082d00d8ab8803c792751c0019c2f88614f48e (diff) |
file-attribute-collect: New defun
* lisp/files.el (file-attribute-collect):
Return a sublist of the attributes returned by 'file-attributes'.
Suggested by Ted Zlatanov in:
http://lists.gnu.org/archive/html/emacs-devel/2016-07/msg01195.html
; * etc/NEWS: Mention this defun in NEWS.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,8 +115,8 @@ have been added. They are: 'file-attribute-type', 'file-attribute-group-id', 'file-attribute-access-time', 'file-attribute-modification-time', 'file-attribute-status-change-time', 'file-attribute-size', -'file-attribute-modes', 'file-attribute-inode-number', and -'file-attribute-device-number'. +'file-attribute-modes', 'file-attribute-inode-number', +'file-attribute-device-number' and 'file-attribute-collect'. +++ ** The new function 'buffer-hash' computes a fast, non-consing hash of |