Mercurial > emacs
diff src/regex.c @ 6538:815a2d384b6e
*** empty log message ***
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 26 Mar 1994 05:37:00 +0000 |
| parents | 5442ffe004ec |
| children | d5100199cb6f |
line wrap: on
line diff
--- 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)
