aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 609695773e3..2e8c4b0ebf2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -395,6 +395,9 @@ because they clash with commands provided by dirtrack.el. Use
395** `beginning-of-defun-function' now takes one argument, the count 395** `beginning-of-defun-function' now takes one argument, the count
396 given to `beginning-of-defun'. 396 given to `beginning-of-defun'.
397 397
398** The variable `inhibit-changing-match-data', if non-nil, prevents the
399search and match primitives from changing the match data.
400
398+++ 401+++
399** New function `match-substitute-replacement' returns the result of 402** New function `match-substitute-replacement' returns the result of
400`replace-match' without actually using it in the buffer. 403`replace-match' without actually using it in the buffer.