# HG changeset patch # User Richard M. Stallman # Date 764660220 0 # Node ID 815a2d384b6e6ebcb917e20292d1d1e5ea18f284 # Parent f5ab0b6b964091e7e7ba3f7d2e27353dceb040c0 *** empty log message *** diff -r f5ab0b6b9640 -r 815a2d384b6e src/regex.c --- a/src/regex.c Sat Mar 26 05:24:17 1994 +0000 +++ b/src/regex.c Sat Mar 26 05:37:00 1994 +0000 @@ -4451,7 +4451,6 @@ goto fail; #ifdef emacs -#ifdef emacs19 case before_dot: DEBUG_PRINT1 ("EXECUTING before_dot.\n"); if (PTR_CHAR_POS ((unsigned char *) d) >= point) @@ -4469,7 +4468,7 @@ if (PTR_CHAR_POS ((unsigned char *) d) <= point) goto fail; break; -#else /* not emacs19 */ +#if 0 /* not emacs19 */ case at_dot: DEBUG_PRINT1 ("EXECUTING at_dot.\n"); if (PTR_CHAR_POS ((unsigned char *) d) + 1 != point)