/[emacs]/emacs/src/syntax.c
ViewVC logotype

Diff of /emacs/src/syntax.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.164 by handa, Thu Apr 24 01:27:55 2003 UTC revision 1.165 by handa, Thu Apr 24 23:24:51 2003 UTC
# Line 1656  skip_chars (forwardp, syntaxp, string, l Line 1656  skip_chars (forwardp, syntaxp, string, l
1656                        p = GAP_END_ADDR;                        p = GAP_END_ADDR;
1657                        stop = endp;                        stop = endp;
1658                      }                      }
1659                    if (fastmap[*p])                    if (!fastmap[*p])
1660                      break;                      break;
1661                    p++, pos++;                    p++, pos++;
1662                  }                  }
# Line 1709  skip_chars (forwardp, syntaxp, string, l Line 1709  skip_chars (forwardp, syntaxp, string, l
1709                        p = GPT_ADDR;                        p = GPT_ADDR;
1710                        stop = endp;                        stop = endp;
1711                      }                      }
1712                    if (fastmap[p[-1]])                    if (!fastmap[p[-1]])
1713                      break;                      break;
1714                    p--, pos--;                    p--, pos--;
1715                  }                  }

Legend:
Removed from v.1.164  
changed lines
  Added in v.1.165

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26