comparison etc/NEWS @ 81329:465e2d55267d

(regex_compile): Remove the `regnum' counter. Use bufp->re_nsub instead. Add support for \(?N:RE\).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 12 Jun 2007 18:40:18 +0000
parents efd70d9613c7
children 814515626f11
comparison
equal deleted inserted replaced
81328:99942c448a6f 81329:465e2d55267d
68 * Incompatible Lisp Changes in Emacs 23.1 68 * Incompatible Lisp Changes in Emacs 23.1
69 69
70 70
71 * Lisp Changes in Emacs 23.1 71 * Lisp Changes in Emacs 23.1
72 72
73 +++
74 ** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly.
75
73 76
74 * New Packages for Lisp Programming in Emacs 23.1 77 * New Packages for Lisp Programming in Emacs 23.1
75 78
76 79
77 ---------------------------------------------------------------------- 80 ----------------------------------------------------------------------