# HG changeset patch # User Kenichi Handa # Date 1235524111 0 # Node ID 8e158436a1e481cbc4b5c992491cfe35ef0b4b29 # Parent b1e27fe5a4b5db9998fac3269f8b47a0bbd3c985 (ps-mule-begin-job): Don't call auto-compose-region. diff -r b1e27fe5a4b5 -r 8e158436a1e4 lisp/ps-mule.el --- 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)