Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Sat May 19 14:00:15 2007 +0000 +++ b/src/ChangeLog Sat May 19 15:15:19 2007 +0000 @@ -1,3 +1,8 @@ +2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca> + + * syntax.c (skip_chars): Update syntax-table only after we checked that + the new location is valid. + 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around