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,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/syntax.c,v
Date: Sun, 17 Sep 2006 17:39:00 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/09/17 17:38:59

Index: syntax.c
===================================================================
RCS file: /sources/emacs/emacs/src/syntax.c,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -b -r1.199 -r1.200
--- syntax.c    18 Jul 2006 13:29:00 -0000      1.199
+++ syntax.c    17 Sep 2006 17:38:59 -0000      1.200
@@ -1039,6 +1039,11 @@
     check_syntax_table (syntax_table);
 
   SET_RAW_SYNTAX_ENTRY (syntax_table, XINT (c), Fstring_to_syntax (newentry));
+
+  /* We clear the regexp cache, since character classes can now have
+     different values from those in the compiled regexps.*/
+  clear_regexp_cache ();
+
   return Qnil;
 }
 




reply via email to

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