Mercurial > emacs
comparison src/ChangeLog @ 68390:4eba2f413d20
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 26 Jan 2006 00:40:12 +0000 |
parents | 05d6eb9afa08 |
children | a0208539b9a3 |
comparison
equal
deleted
inserted
replaced
68389:ee72dfb5a3cd | 68390:4eba2f413d20 |
---|---|
1 2006-01-26 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * callproc.c (Fcall_process): GCPRO error_file. Encode infile, | |
4 current_dir, and error_file. On reporting an error, decode them | |
5 back. | |
6 | |
1 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca> | 7 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 8 |
3 * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well. | 9 * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well. |
4 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>: | 10 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>: |
5 Don't check for quit, since any loop will go through fail or jump. | 11 Don't check for quit, since any loop will go through fail or jump. |