emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/syntax.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/syntax.c
Date: Fri, 20 Aug 2004 05:00:07 -0400

Index: emacs/src/syntax.c
diff -c emacs/src/syntax.c:1.177 emacs/src/syntax.c:1.178
*** emacs/src/syntax.c:1.177    Thu Aug 19 22:17:59 2004
--- emacs/src/syntax.c  Fri Aug 20 08:46:50 2004
***************
*** 1728,1739 ****
                      if (negate)
                        break;
                      else
!                       goto fwd_ok;
                    }
  
                  if (!fastmap[*p])
                    break;
! 
                  p++, pos++;
                }
          }
--- 1728,1739 ----
                      if (negate)
                        break;
                      else
!                       goto fwd_unibyte_ok;
                    }
  
                  if (!fastmap[*p])
                    break;
!               fwd_unibyte_ok:
                  p++, pos++;
                }
          }
***************
*** 1801,1812 ****
                      if (negate)
                        break;
                      else
!                       goto fwd_ok;
                    }
  
                  if (!fastmap[p[-1]])
                    break;
! 
                  p--, pos--;
                }
          }
--- 1801,1812 ----
                      if (negate)
                        break;
                      else
!                       goto back_unibyte_ok;
                    }
  
                  if (!fastmap[p[-1]])
                    break;
!               back_unibyte_ok:
                  p--, pos--;
                }
          }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]