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.
(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)