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