From dd0a3ea36a52518f4fcd2dea97859cfba63158f8 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Fri, 16 Jul 2004 18:55:01 +0000 Subject: [PATCH] Mention new \_< and \_> operators. (From Jim Blandy.) --- etc/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) 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. * Changes in Emacs 21.4 ++++ +** There are now two new regular expression operators, \_< and \_>, +for matching the beginning and end of a symbol. A symbol is a +non-empty sequence of either word or symbol constituent characters, as +specified by the syntax table. + ** Passing resources on the command line now works on MS Windows. You can use --xrm to pass resource settings to Emacs, overriding any existing values. For example: -- 2.39.2