]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Sun, 23 Nov 2003 07:34:14 +0000 (07:34 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 23 Nov 2003 07:34:14 +0000 (07:34 +0000)
lisp/ChangeLog.22
src/ChangeLog.22

index 8fb429cdf514864c28064241c7d7741fbcb8fbfb..0acaf7ed58ef97e1e9234fb0b8637e7a895e5748 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-23  Kenichi Handa  <handa@m17n.org>
+
+       * composite.el (auto-compose-chars): Don't do unnecessary
+       save-exclusion and save-restriction.
+
 2003-11-22  Kenichi Handa  <handa@m17n.org>
 
        * international/mule.el (make-coding-system): Fix generation of
index c2e3e9f2f4a28d58369bb9222a99e6b5283f9e99..26a1ae4e7e6b2248949dd6a9d54f66074e9aee2a 100644 (file)
@@ -1,5 +1,8 @@
 2003-11-23  Kenichi Handa  <handa@m17n.org>
 
+       * xdisp.c (handle_auto_composed_prop): Fix the case of returning
+       HANDLED_RECOMPUTE_PROPS.
+
        * coding.c (Fdefine_coding_system_internal): Fix checking of
        ascii compatibility.