emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ps-mule.el


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/lisp ps-mule.el
Date: Wed, 25 Feb 2009 01:08:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   09/02/25 01:08:31

Modified files:
        lisp           : ps-mule.el 

Log message:
        (ps-mule-begin-job): Don't call auto-compose-region.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ps-mule.el?cvsroot=emacs&r1=1.64&r2=1.65

Patches:
Index: ps-mule.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ps-mule.el,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- ps-mule.el  5 Jan 2009 03:19:41 -0000       1.64
+++ ps-mule.el  25 Feb 2009 01:08:31 -0000      1.65
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]