summaryrefslogtreecommitdiff
path: root/lisp/ps-mule.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2005-07-27 12:35:51 +0000
committerKenichi Handa <handa@m17n.org>2005-07-27 12:35:51 +0000
commit2f3a9d50b8e495383a2ee0fc7e95728bc81be7ca (patch)
tree3ff51a571546ff017e1e382068f987edc53fbfbf /lisp/ps-mule.el
parent3509543ca9141609638018dc7fa91ddaf425037d (diff)
downloademacs-2f3a9d50b8e495383a2ee0fc7e95728bc81be7ca.tar.gz
(ps-mule-composition-prologue): Fix for the case that
RelativeCompose is false.
Diffstat (limited to 'lisp/ps-mule.el')
-rw-r--r--lisp/ps-mule.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el
index 2bae4de7d44..e57e030c40b 100644
--- a/lisp/ps-mule.el
+++ b/lisp/ps-mule.el
@@ -1039,9 +1039,12 @@ the sequence."
/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
} {
- %% Disable relative composition by setting sufficiently low
- %% and high positions.
/relative [ -100000 100000 ] def
} ifelse
[ elt 0 0 ]