(ps-mule-begin-job): Don't call auto-compose-region.

This commit is contained in:
Kenichi Handa 2009-02-25 01:08:45 +00:00
parent 39656cb399
commit 8bec9e5c6e
2 changed files with 2 additions and 1 deletions

View 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.

View 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)