diff options
author | Kenichi Handa <handa@m17n.org> | 2000-10-24 08:27:34 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2000-10-24 08:27:34 +0000 |
commit | 333526e0f4a3ea95dcc6a98b26238d27670c1818 (patch) | |
tree | ab15c5ca51e32aea9c806d5706406678347417e5 /src/regex.c | |
parent | 3ff2446d4688a715535066448922b1f6e9e95431 (diff) | |
download | emacs-333526e0f4a3ea95dcc6a98b26238d27670c1818.tar.gz emacs-333526e0f4a3ea95dcc6a98b26238d27670c1818.tar.bz2 emacs-333526e0f4a3ea95dcc6a98b26238d27670c1818.zip |
(regex_compile): Fix previous change.
Diffstat (limited to 'src/regex.c')
-rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index 1f6b8a2c1ca..18ad636523c 100644 --- a/src/regex.c +++ b/src/regex.c @@ -2610,7 +2610,7 @@ regex_compile (pattern, size, syntax, bufp) SET_RANGE_TABLE_WORK_AREA (range_table_work, c2, c1); - c1 = 377; + c1 = 0377; } } else if (!SAME_CHARSET_P (c, c1)) |