Mercurial > emacs
changeset 98161:c80ae6f21730
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 12 Sep 2008 06:33:04 +0000 |
parents | 51ea1846eb9f |
children | d5c5ea23d8ea |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Sep 12 06:29:25 2008 +0000 +++ b/src/ChangeLog Fri Sep 12 06:33:04 2008 +0000 @@ -1,3 +1,12 @@ +2008-09-12 Kenichi Handa <handa@m17n.org> + + * indent.c (scan_for_column): Don't handle automatic composition + if the current buffer is not associated with a window. + + * composite.c (composition_reseat_it): If the current buffer is + not associated with a window, ignore the automatic composition. + (find_automatic_composition): Likewise. + 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca> * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.