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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/syntax.c [emacs-unicode-2]
Date: Fri, 27 Aug 2004 06:48:40 -0400

Index: emacs/src/syntax.c
diff -c emacs/src/syntax.c:1.166.4.5 emacs/src/syntax.c:1.166.4.6
*** emacs/src/syntax.c:1.166.4.5        Mon Jun 28 07:29:24 2004
--- emacs/src/syntax.c  Fri Aug 27 07:00:32 2004
***************
*** 293,299 ****
  
    DEC_BOTH (charpos, bytepos);
  
!   while (bytepos >= beg)
      {
        int c;
  
--- 293,299 ----
  
    DEC_BOTH (charpos, bytepos);
  
!   while (charpos >= beg)
      {
        int c;
  
***************
*** 674,680 ****
      {
        from = comstart_pos;
        from_byte = comstart_byte;
!       /* Globals are correct now.  */
      }
    else
      {
--- 674,680 ----
      {
        from = comstart_pos;
        from_byte = comstart_byte;
!       UPDATE_SYNTAX_TABLE_FORWARD (from - 1);
      }
    else
      {




reply via email to

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