1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00

(re_compile_fastmap): Really, really treat `succeed' like end.

This commit is contained in:
Richard M. Stallman 1994-11-19 13:57:27 +00:00
parent 4099a32dc9
commit ebdb2d6d9e

View file

@ -2795,6 +2795,8 @@ re_compile_fastmap (bufp)
path_can_be_null = true;
p = fail_stack.stack[--fail_stack.avail];
continue;
}
else
break;