Index: emacs/lisp/ps-mule.el
diff -c emacs/lisp/ps-mule.el:1.42 emacs/lisp/ps-mule.el:1.43
*** emacs/lisp/ps-mule.el:1.42  Wed Jul 27 07:59:17 2005
--- emacs/lisp/ps-mule.el       Wed Jul 27 12:35:29 2005
***************
*** 1039,1047 ****
            /BOTTOM LLY def
            currentfont /RelativeCompose known {
                /relative currentfont /RelativeCompose get def
            } {
-               %% Disable relative composition by setting sufficiently low
-               %% and high positions.
                /relative [ -100000 100000 ] def
            } ifelse
            [ elt 0 0 ]
--- 1039,1050 ----
            /BOTTOM LLY def
            currentfont /RelativeCompose known {
                /relative currentfont /RelativeCompose get def
+               relative false eq {
+                   %% Disable relative composition by setting sufficiently low
+                   %% and high positions.
+                   /relative [ -100000 100000 ] def
+               } if
            } {
                /relative [ -100000 100000 ] def
            } ifelse
            [ elt 0 0 ]


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to