aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 96b2cb129bd..9a0b6333e43 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1725,6 +1725,10 @@ This also works for their aliases: '|' for 'or'; ':', 'and' and
1725In this case, 'rx' will generate code which produces a regexp string 1725In this case, 'rx' will generate code which produces a regexp string
1726at run time, instead of a constant string. 1726at run time, instead of a constant string.
1727 1727
1728---
1729*** New rx extension mechanism: 'rx-define', 'rx-let', 'rx-let-eval'.
1730These macros add new forms to the rx notation.
1731
1728** Frames 1732** Frames
1729 1733
1730+++ 1734+++