changeset 102255:8e158436a1e4

(ps-mule-begin-job): Don't call auto-compose-region.
author Kenichi Handa <handa@m17n.org>
date Wed, 25 Feb 2009 01:08:31 +0000
parents b1e27fe5a4b5
children ad51339f47b4
files lisp/ps-mule.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ps-mule.el	Wed Feb 25 01:07:12 2009 +0000
+++ b/lisp/ps-mule.el	Wed Feb 25 01:08:31 2009 +0000
@@ -1040,7 +1040,6 @@
 (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)