Mercurial > emacs
diff src/ChangeLog @ 73002:b3a72607819d
* search.c (struct regexp_cache): New entry syntax_table.
(compile_pattern_1): Set it.
(syms_of_search): Initialize it.
(compile_pattern): Require the syntax_table entry of the cache
element to match the current syntax table entry.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 19 Sep 2006 21:44:52 +0000 |
parents | 79ada95d4018 |
children | 8d2a655d3220 b5c13d1564a9 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Sep 19 21:36:44 2006 +0000 +++ b/src/ChangeLog Tue Sep 19 21:44:52 2006 +0000 @@ -1,3 +1,11 @@ +2006-09-19 Chong Yidong <cyd@stupidchicken.com> + + * search.c (struct regexp_cache): New entry syntax_table. + (compile_pattern_1): Set it. + (syms_of_search): Initialize it. + (compile_pattern): Require the syntax_table entry of the cache + element to match the current syntax table entry. + 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca> * window.c (Fwindow_end): Fix recent change.