1
0
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:
Richard M. Stallman 2004-11-19 19:47:39 +00:00
parent f31a9a68db
commit 4fb680cd9c

View File

@ -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. */