]> git.eshelyaron.com Git - emacs.git/commitdiff
(ps-mule-begin-job): Don't call auto-compose-region.
authorKenichi Handa <handa@m17n.org>
Wed, 25 Feb 2009 01:08:45 +0000 (01:08 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 25 Feb 2009 01:08:45 +0000 (01:08 +0000)
lisp/ChangeLog
lisp/ps-mule.el

index 69cd9ce64f7451b58041de0c20b1c556e1c97e0a..69627ddb899873d72afcac1b53fdc6e14271abff 100644 (file)
@@ -1,5 +1,7 @@
 2009-02-25  Kenichi Handa  <handa@m17n.org>
 
+       * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
+
        * composite.el (auto-composition-mode): Don't add a hook to
        after-change-functions.  Don't decompose the buffer.
        (auto-composition-after-change): Delete it.
index ab180c5fb11e61a25a5a4b109cb01e8cca3ea843..f73891041784bf160290d0cf94cd56078afd6420 100644 (file)
@@ -1040,7 +1040,6 @@ Any other value is treated as \"/H0\"."
 (defun ps-mule-begin-job (from to)
   "Start printing job for multi-byte chars between FROM and TO.
 It checks if all multi-byte characters in the region are printable or not."
-  (auto-compose-region from to)
   (if (and (not (find-composition from to))
           (save-excursion
             (goto-char from)