aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-07-16 18:55:01 +0000
committerLuc Teirlinck2004-07-16 18:55:01 +0000
commitdd0a3ea36a52518f4fcd2dea97859cfba63158f8 (patch)
tree4e76224837839bd52eccc6566e76f274a4e14fa6
parent9a7e97c6fb5ad76aacf0f75a6b30503f29fddd54 (diff)
downloademacs-dd0a3ea36a52518f4fcd2dea97859cfba63158f8.tar.gz
emacs-dd0a3ea36a52518f4fcd2dea97859cfba63158f8.zip
Mention new \_< and \_> operators. (From Jim Blandy.)
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 82778db7be8..adbe4f41c51 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -95,6 +95,12 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
95 95
96* Changes in Emacs 21.4 96* Changes in Emacs 21.4
97 97
98+++
99** There are now two new regular expression operators, \_< and \_>,
100for matching the beginning and end of a symbol. A symbol is a
101non-empty sequence of either word or symbol constituent characters, as
102specified by the syntax table.
103
98** Passing resources on the command line now works on MS Windows. 104** Passing resources on the command line now works on MS Windows.
99You can use --xrm to pass resource settings to Emacs, overriding any 105You can use --xrm to pass resource settings to Emacs, overriding any
100existing values. For example: 106existing values. For example: