1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

(regex_compile): Fix previous change.

This commit is contained in:
Kenichi Handa 2000-10-24 08:27:34 +00:00
parent 3ff2446d46
commit 333526e0f4

View File

@ -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))