aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b9e0bd4ba24..bd7435b1760 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -181,9 +181,6 @@ for use in Emacs bug reports.
181hiding character but the default `.' can be used by let-binding the 181hiding character but the default `.' can be used by let-binding the
182variable `read-hide-char'. 182variable `read-hide-char'.
183 183
184** A new function `directory-files-recursively' returns all matching
185files (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
188name (as returned from, for instance, `file-name-all-completions' is 185name (as returned from, for instance, `file-name-all-completions' is
189a directory file name. It returns non-nil if the last character in 186a 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
1139files (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
1143Area. The output is still logged to the *Messages* buffer. 1144Area. The output is still logged to the *Messages* buffer.