summaryrefslogtreecommitdiff
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
parent39656cb399827badde2c16081a0e1ad19f668bb7 (diff)
downloademacs-8bec9e5c6e181bab87bbe6defa42dba180b09f30.tar.gz
(ps-mule-begin-job): Don't call auto-compose-region.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/ps-mule.el1
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 69cd9ce64f7..69627ddb899 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
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)