From: Kenichi Handa Date: Wed, 25 Feb 2009 01:08:45 +0000 (+0000) Subject: (ps-mule-begin-job): Don't call auto-compose-region. X-Git-Tag: emacs-pretest-23.0.91~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8bec9e5c6e181bab87bbe6defa42dba180b09f30;p=emacs.git (ps-mule-begin-job): Don't call auto-compose-region. --- 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 + * 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)