aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1999-05-13 06:50:04 +0000
committerKenichi Handa1999-05-13 06:50:04 +0000
commitb77e0a82cad4cf0edba7900fc3b590e4448d845a (patch)
treec125137912526050027e5cf9e7390a70920b2a0d
parentbc4c1aae950210a2a8fec1d088795bbd7e593a35 (diff)
downloademacs-b77e0a82cad4cf0edba7900fc3b590e4448d845a.tar.gz
emacs-b77e0a82cad4cf0edba7900fc3b590e4448d845a.zip
fix previous change
-rw-r--r--lisp/ps-mule.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el
index 2287aa058c5..3975fe4a339 100644
--- a/lisp/ps-mule.el
+++ b/lisp/ps-mule.el
@@ -584,7 +584,7 @@ STRING should contain only ASCII characters."
584 /BaselineOffset 0 def 584 /BaselineOffset 0 def
585 } ifelse 585 } ifelse
586 currentdict /RelativeCompose known not { 586 currentdict /RelativeCompose known not {
587 /RelativeCompose [ 0 0 ] def 587 /RelativeCompose [ 0 0.1 ] def
588 } { 588 } {
589 RelativeCompose false ne { 589 RelativeCompose false ne {
590 [ BaselineOffset RelativeCompose BaselineOffset add 590 [ BaselineOffset RelativeCompose BaselineOffset add
@@ -819,7 +819,7 @@ the sequence."
819 dup GetPathBox 819 dup GetPathBox
820 LLX 0 lt { RIGHT currentpoint exch pop moveto } if 820 LLX 0 lt { RIGHT currentpoint exch pop moveto } if
821 CmpcharRelativeCompose type /arraytype eq { 821 CmpcharRelativeCompose type /arraytype eq {
822 LLY CmpcharRelativeCompose 1 get gt { % compose on top 822 LLY CmpcharRelativeCompose 1 get ge { % compose on top
823 currentpoint pop HIGH LLY sub CmpcharRelativeSkip add moveto 823 currentpoint pop HIGH LLY sub CmpcharRelativeSkip add moveto
824 /HIGH HIGH URY LLY sub add CmpcharRelativeSkip add def 824 /HIGH HIGH URY LLY sub add CmpcharRelativeSkip add def
825 } { URY CmpcharRelativeCompose 0 get le { % compose under bottom 825 } { URY CmpcharRelativeCompose 0 get le { % compose under bottom