]> git.eshelyaron.com Git - emacs.git/commitdiff
fix previous change
authorKenichi Handa <handa@m17n.org>
Thu, 13 May 1999 06:50:04 +0000 (06:50 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 13 May 1999 06:50:04 +0000 (06:50 +0000)
lisp/ps-mule.el

index 2287aa058c55f58161754e45013d4a9d46b86993..3975fe4a339b10ea55456bfda74d73c6c55303e5 100644 (file)
@@ -584,7 +584,7 @@ STRING should contain only ASCII characters."
       /BaselineOffset 0 def
     } ifelse
     currentdict /RelativeCompose known not {
-      /RelativeCompose [ 0 0 ] def
+      /RelativeCompose [ 0 0.1 ] def
     } {
       RelativeCompose false ne {
         [ BaselineOffset RelativeCompose BaselineOffset add
@@ -819,7 +819,7 @@ the sequence."
     dup GetPathBox
     LLX 0 lt { RIGHT currentpoint exch pop moveto } if
     CmpcharRelativeCompose type /arraytype eq {
-       LLY CmpcharRelativeCompose 1 get gt {   % compose on top
+       LLY CmpcharRelativeCompose 1 get ge {   % compose on top
            currentpoint pop HIGH LLY sub CmpcharRelativeSkip add moveto
            /HIGH HIGH URY LLY sub add CmpcharRelativeSkip add def
        } { URY CmpcharRelativeCompose 0 get le { % compose under bottom