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:
parent
3ff2446d46
commit
333526e0f4
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user