mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
Fix previous change.
This commit is contained in:
parent
f31a9a68db
commit
4fb680cd9c
@ -2545,8 +2545,8 @@ regex_compile (pattern, size, syntax, bufp)
|
||||
re_char *p1 = p;
|
||||
|
||||
/* If there's no special whitespace regexp, treat
|
||||
spaces normally. */
|
||||
if (!whitespace_regexp)
|
||||
spaces normally. And don't try to do this recursively. */
|
||||
if (!whitespace_regexp || in_subpattern)
|
||||
goto normal_char;
|
||||
|
||||
/* Peek past following spaces. */
|
||||
|
Loading…
Reference in New Issue
Block a user