* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 14 Feb 2000 17:00:16 +0000 (17:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 14 Feb 2000 17:00:16 +0000 (17:00 +0000)
commitfb4a568d44416da2db75525d8403228db0237145
tree9bf2a6c6410f7d16556d8fc6ad99b90e48e0547e
parente5dd1155a49d27ddbfd5810f59f1c38c54e821fe
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
to Emacs' syntax.  Also fix the comment about set/not-set meanings
since Emacs syntax is not the value 0 any more.
* search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax
since it's now part of RE_SYNTAX_EMACS.
src/ChangeLog
src/regex.h
src/search.c