comparison etc/NEWS @ 28063:f1b33463506d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 08 Mar 2000 23:26:00 +0000
parents c60fdd764b01
children e1e48e0663f6
comparison
equal deleted inserted replaced
28062:26edef632c89 28063:f1b33463506d
1085 saved table is restored, even in case of an abnormal exit. Value is 1085 saved table is restored, even in case of an abnormal exit. Value is
1086 what BODY returns. 1086 what BODY returns.
1087 1087
1088 +++ 1088 +++
1089 ** Regular expressions now support intervals \{n,m\} as well as 1089 ** Regular expressions now support intervals \{n,m\} as well as
1090 Perl's non-greedy *? +? and ?? operators. 1090 Perl's shy-groups \(?:...\) and non-greedy *? +? and ?? operators.
1091 1091
1092 +++ 1092 +++
1093 ** The optional argument BUFFER of function file-local-copy has been 1093 ** The optional argument BUFFER of function file-local-copy has been
1094 removed since it wasn't used by anything. 1094 removed since it wasn't used by anything.
1095 1095