Mercurial > emacs
comparison src/ChangeLog @ 77757:cbb18b4e981b
(skip_chars): Update syntax-table only after we checked that
the new location is valid.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 19 May 2007 15:15:19 +0000 |
parents | 170674007908 |
children | 50ea168f8c2b 30ac55694a48 |
comparison
equal
deleted
inserted
replaced
77756:7d0f49cdc5da | 77757:cbb18b4e981b |
---|---|
1 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * syntax.c (skip_chars): Update syntax-table only after we checked that | |
4 the new location is valid. | |
5 | |
1 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 7 |
3 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around | 8 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around |
4 mac_get_window_bounds. | 9 mac_get_window_bounds. |
5 | 10 |