diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -181,9 +181,6 @@ for use in Emacs bug reports. | |||
| 181 | hiding character but the default `.' can be used by let-binding the | 181 | hiding character but the default `.' can be used by let-binding the |
| 182 | variable `read-hide-char'. | 182 | variable `read-hide-char'. |
| 183 | 183 | ||
| 184 | ** A new function `directory-files-recursively' returns all matching | ||
| 185 | files (recursively) under a directory. | ||
| 186 | |||
| 187 | ** The new function `directory-name-p' can be used to check whether a file | 184 | ** The new function `directory-name-p' can be used to check whether a file |
| 188 | name (as returned from, for instance, `file-name-all-completions' is | 185 | name (as returned from, for instance, `file-name-all-completions' is |
| 189 | a directory file name. It returns non-nil if the last character in | 186 | a directory file name. It returns non-nil if the last character in |
| @@ -1138,6 +1135,10 @@ process filter, sentinel, etc., through keyword arguments (similar to | |||
| 1138 | `make-network-process'). | 1135 | `make-network-process'). |
| 1139 | 1136 | ||
| 1140 | +++ | 1137 | +++ |
| 1138 | ** A new function `directory-files-recursively' returns all matching | ||
| 1139 | files (recursively) under a directory. | ||
| 1140 | |||
| 1141 | +++ | ||
| 1141 | ** New variable `inhibit-message', when bound to non-nil, inhibits | 1142 | ** New variable `inhibit-message', when bound to non-nil, inhibits |
| 1142 | `message' and related functions from displaying messages the Echo | 1143 | `message' and related functions from displaying messages the Echo |
| 1143 | Area. The output is still logged to the *Messages* buffer. | 1144 | Area. The output is still logged to the *Messages* buffer. |