comparison 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
comparison
equal deleted inserted replaced
73001:2b055f644b75 73002:b3a72607819d
1 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
2
3 * search.c (struct regexp_cache): New entry syntax_table.
4 (compile_pattern_1): Set it.
5 (syms_of_search): Initialize it.
6 (compile_pattern): Require the syntax_table entry of the cache
7 element to match the current syntax table entry.
8
1 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca> 9 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * window.c (Fwindow_end): Fix recent change. 11 * window.c (Fwindow_end): Fix recent change.
4 12
5 2006-09-19 Kim F. Storm <storm@cua.dk> 13 2006-09-19 Kim F. Storm <storm@cua.dk>