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: Thu, 24 Apr 2003 19:24:51 -0400

Index: emacs/src/syntax.c
diff -c emacs/src/syntax.c:1.164 emacs/src/syntax.c:1.165
*** emacs/src/syntax.c:1.164    Wed Apr 23 21:27:55 2003
--- emacs/src/syntax.c  Thu Apr 24 19:24:51 2003
***************
*** 1656,1662 ****
                      p = GAP_END_ADDR;
                      stop = endp;
                    }
!                 if (fastmap[*p])
                    break;
                  p++, pos++;
                }
--- 1656,1662 ----
                      p = GAP_END_ADDR;
                      stop = endp;
                    }
!                 if (!fastmap[*p])
                    break;
                  p++, pos++;
                }
***************
*** 1709,1715 ****
                      p = GPT_ADDR;
                      stop = endp;
                    }
!                 if (fastmap[p[-1]])
                    break;
                  p--, pos--;
                }
--- 1709,1715 ----
                      p = GPT_ADDR;
                      stop = endp;
                    }
!                 if (!fastmap[p[-1]])
                    break;
                  p--, pos--;
                }




reply via email to

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