/[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.152.4.8 by miles, Tue Jul 6 10:17:21 2004 UTC revision 1.152.4.9 by miles, Tue Jul 6 10:27:02 2004 UTC
# Line 1734  skip_chars (forwardp, syntaxp, string, l Line 1734  skip_chars (forwardp, syntaxp, string, l
1734                    if (!fastmap[*p])                    if (!fastmap[*p])
1735                      break;                      break;
1736    
                 fwd_unibyte_ok:  
1737                    p++, pos++;                    p++, pos++;
1738                  }                  }
1739            }            }
# Line 1808  skip_chars (forwardp, syntaxp, string, l Line 1807  skip_chars (forwardp, syntaxp, string, l
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.152.4.8  
changed lines
  Added in v.1.152.4.9

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