/[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.177 by monnier, Thu Aug 19 22:17:59 2004 UTC revision 1.178 by handa, Fri Aug 20 08:46:50 2004 UTC
# Line 1728  skip_chars (forwardp, syntaxp, string, l Line 1728  skip_chars (forwardp, syntaxp, string, l
1728                        if (negate)                        if (negate)
1729                          break;                          break;
1730                        else                        else
1731                          goto fwd_ok;                          goto fwd_unibyte_ok;
1732                      }                      }
1733    
1734                    if (!fastmap[*p])                    if (!fastmap[*p])
1735                      break;                      break;
1736                    fwd_unibyte_ok:
1737                    p++, pos++;                    p++, pos++;
1738                  }                  }
1739            }            }
# Line 1801  skip_chars (forwardp, syntaxp, string, l Line 1801  skip_chars (forwardp, syntaxp, string, l
1801                        if (negate)                        if (negate)
1802                          break;                          break;
1803                        else                        else
1804                          goto fwd_ok;                          goto back_unibyte_ok;
1805                      }                      }
1806    
1807                    if (!fastmap[p[-1]])                    if (!fastmap[p[-1]])
1808                      break;                      break;
1809                    back_unibyte_ok:
1810                    p--, pos--;                    p--, pos--;
1811                  }                  }
1812            }            }

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.178

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