summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2016-08-17 18:25:54 +0900
committerTino Calancha <tino.calancha@gmail.com>2016-08-17 18:25:54 +0900
commit8d4039bcd69f0134fe3723b2bb3c921952e298c5 (patch)
tree39668b32ab1009fe37e4c18742bb6e67c9431561 /etc
parent80082d00d8ab8803c792751c0019c2f88614f48e (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/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8a13d52545..0c561ccc51 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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