/[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.2.9 by handa, Wed Sep 18 12:14:36 2002 UTC revision 1.152.2.10 by handa, Wed Sep 18 12:16:12 2002 UTC
# Line 1731  skip_syntaxes (forwardp, string, lim) Line 1731  skip_syntaxes (forwardp, string, lim)
1731    if (XINT (lim) < BEGV)    if (XINT (lim) < BEGV)
1732      XSETFASTINT (lim, BEGV);      XSETFASTINT (lim, BEGV);
1733    
1734    if (forward ? PT >= XFASTINT (lim) : PT <= XFASTINT (lim))    if (forwardp ? (PT >= XFASTINT (lim)) : (PT <= XFASTINT (lim)))
1735      return 0;      return 0;
1736    
1737    multibyte = (!NILP (current_buffer->enable_multibyte_characters)    multibyte = (!NILP (current_buffer->enable_multibyte_characters)

Legend:
Removed from v.1.152.2.9  
changed lines
  Added in v.1.152.2.10

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