From e06fd46505441392eda1773e4c5650efd80be9f7 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 27 Jul 2005 07:59:17 +0000 Subject: [PATCH] (ps-mule-bitmap-prologue): Fix arguments to setcharwidth. --- lisp/ps-mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index 3f28771f3a0..2bae4de7d44 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el @@ -1236,7 +1236,7 @@ NewBitmapDict } ifelse /FirstCode -1 store - bmp 0 get SpaceWidthRatio ratio div mul size div 0 % wx wy + bmp 0 get size div 0 % wx wy setcharwidth % We can't use setcachedevice here. bmp 1 get 0 gt bmp 2 get 0 gt and { -- 2.11.4.GIT