diff options
| author | Tino Calancha | 2016-08-17 18:25:54 +0900 |
|---|---|---|
| committer | Tino Calancha | 2016-08-17 18:25:54 +0900 |
| commit | 8d4039bcd69f0134fe3723b2bb3c921952e298c5 (patch) | |
| tree | 39668b32ab1009fe37e4c18742bb6e67c9431561 /etc | |
| parent | 80082d00d8ab8803c792751c0019c2f88614f48e (diff) | |
| download | emacs-8d4039bcd69f0134fe3723b2bb3c921952e298c5.tar.gz emacs-8d4039bcd69f0134fe3723b2bb3c921952e298c5.zip | |
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', | |||
| 115 | 'file-attribute-group-id', 'file-attribute-access-time', | 115 | 'file-attribute-group-id', 'file-attribute-access-time', |
| 116 | 'file-attribute-modification-time', | 116 | 'file-attribute-modification-time', |
| 117 | 'file-attribute-status-change-time', 'file-attribute-size', | 117 | 'file-attribute-status-change-time', 'file-attribute-size', |
| 118 | 'file-attribute-modes', 'file-attribute-inode-number', and | 118 | 'file-attribute-modes', 'file-attribute-inode-number', |
| 119 | 'file-attribute-device-number'. | 119 | 'file-attribute-device-number' and 'file-attribute-collect'. |
| 120 | 120 | ||
| 121 | +++ | 121 | +++ |
| 122 | ** The new function 'buffer-hash' computes a fast, non-consing hash of | 122 | ** The new function 'buffer-hash' computes a fast, non-consing hash of |