emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/regex.c
Date: Mon, 20 Dec 2004 06:17:27 -0500

Index: emacs/src/regex.c
diff -c emacs/src/regex.c:1.198 emacs/src/regex.c:1.199
*** emacs/src/regex.c:1.198     Mon Dec  6 00:41:40 2004
--- emacs/src/regex.c   Mon Dec 20 11:06:14 2004
***************
*** 5860,5866 ****
                  PREFETCH_NOLIMIT ();
                  c2 = RE_STRING_CHAR (d, dend - d);
  #ifdef emacs
!                 UPDATE_SYNTAX_TABLE_FORWARD (charpos);
  #endif
                  s2 = SYNTAX (c2);
  
--- 5860,5866 ----
                  PREFETCH_NOLIMIT ();
                  c2 = RE_STRING_CHAR (d, dend - d);
  #ifdef emacs
!                 UPDATE_SYNTAX_TABLE_FORWARD (charpos + 1);
  #endif
                  s2 = SYNTAX (c2);
  
***************
*** 5947,5953 ****
                  PREFETCH_NOLIMIT ();
                  c2 = RE_STRING_CHAR (d, dend - d);
  #ifdef emacs
!                 UPDATE_SYNTAX_TABLE_FORWARD (charpos);
  #endif
                  s2 = SYNTAX (c2);
  
--- 5947,5953 ----
                  PREFETCH_NOLIMIT ();
                  c2 = RE_STRING_CHAR (d, dend - d);
  #ifdef emacs
!                 UPDATE_SYNTAX_TABLE_FORWARD (charpos + 1);
  #endif
                  s2 = SYNTAX (c2);
  




reply via email to

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