mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
*** empty log message ***
This commit is contained in:
parent
c3a29d704f
commit
5b5bb5e486
@ -4451,7 +4451,6 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop)
|
||||
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 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop)
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user