]> git.eshelyaron.com Git - emacs.git/commit
* search.c (struct regexp_cache): New entry syntax_table.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 19 Sep 2006 21:44:52 +0000 (21:44 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 19 Sep 2006 21:44:52 +0000 (21:44 +0000)
commitb69e3c18052eb5003b9a4579c809d1b66abdd26b
tree1e16c8a6240ca61fa4d0d1e820906164559d9cd9
parentf3209e4331c6190efeb099c6e12beececf20a4c5
* 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.
src/ChangeLog
src/search.c