]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 12 Sep 2008 06:33:04 +0000 (06:33 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 12 Sep 2008 06:33:04 +0000 (06:33 +0000)
src/ChangeLog

index 1136e5e60572a8fbee79d39ebaedef9f43482bba..45a5bd149a3fa1e605de87f4a476676ec26c9754 100644 (file)
@@ -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.