diff options
author | Kenichi Handa <handa@m17n.org> | 2005-07-27 07:59:17 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2005-07-27 07:59:17 +0000 |
commit | e06fd46505441392eda1773e4c5650efd80be9f7 (patch) | |
tree | d4e8658bb5ee73bc4929eff58d2978eb363bb966 /lisp/ps-mule.el | |
parent | c03ac7281cd6cc7fcb4d9bcfa29d3a2b56e7cf10 (diff) | |
download | emacs-e06fd46505441392eda1773e4c5650efd80be9f7.tar.gz |
(ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
Diffstat (limited to 'lisp/ps-mule.el')
-rw-r--r-- | lisp/ps-mule.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |