Mercurial > emacs
diff src/ChangeLog @ 68371:05d6eb9afa08
(IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
(re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
Don't check for quit, since any loop will go through fail or jump.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 24 Jan 2006 19:14:58 +0000 |
parents | 3422c551ad06 |
children | 4eba2f413d20 5b7d410e31f9 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jan 24 18:43:22 2006 +0000 +++ b/src/ChangeLog Tue Jan 24 19:14:58 2006 +0000 @@ -1,3 +1,9 @@ +2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca> + + * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well. + (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>: + Don't check for quit, since any loop will go through fail or jump. + 2006-01-24 Chong Yidong <cyd@stupidchicken.com> * alloc.c (allocate_string_data): Update next_free immediately, to