comparison etc/NEWS @ 27693:d8bedafef8d5

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 14 Feb 2000 17:02:14 +0000
parents 1ac28043dbd6
children 22a581e00fe4
comparison
equal deleted inserted replaced
27692:bb0e45f6ca86 27693:d8bedafef8d5
995 TABLE. The current syntax table is saved, BODY is evaluated, and the 995 TABLE. The current syntax table is saved, BODY is evaluated, and the
996 saved table is restored, even in case of an abnormal exit. Value is 996 saved table is restored, even in case of an abnormal exit. Value is
997 what BODY returns. 997 what BODY returns.
998 998
999 +++ 999 +++
1000 ** Regular expressions now support Perl's non-greedy *? +? and ?? 1000 ** Regular expressions now support intervals \{n,m\} as well as
1001 operators. 1001 Perl's non-greedy *? +? and ?? operators.
1002 1002
1003 +++ 1003 +++
1004 ** The optional argument BUFFER of function file-local-copy has been 1004 ** The optional argument BUFFER of function file-local-copy has been
1005 removed since it wasn't used by anything. 1005 removed since it wasn't used by anything.
1006 1006