Mercurial > emacs
changeset 6538:815a2d384b6e
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 26 Mar 1994 05:37:00 +0000 |
parents | f5ab0b6b9640 |
children | b705afc2b2ec |
files | src/regex.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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)