summaryrefslogtreecommitdiff
path: root/lisp/ps-mule.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2009-02-25 01:08:45 +0000
committerKenichi Handa <handa@m17n.org>2009-02-25 01:08:45 +0000
commit8bec9e5c6e181bab87bbe6defa42dba180b09f30 (patch)
tree9d8ab9ae0f1049427279f0c54f74216651e67e60 /lisp/ps-mule.el
parent39656cb399827badde2c16081a0e1ad19f668bb7 (diff)
downloademacs-8bec9e5c6e181bab87bbe6defa42dba180b09f30.tar.gz
(ps-mule-begin-job): Don't call auto-compose-region.
Diffstat (limited to 'lisp/ps-mule.el')
-rw-r--r--lisp/ps-mule.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el
index ab180c5fb11..f7389104178 100644
--- a/lisp/ps-mule.el
+++ b/lisp/ps-mule.el
@@ -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)