Mercurial > emacs
changeset 64647:0982eb053b07
(ps-mule-composition-prologue): Fix for the case that
RelativeCompose is false.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 27 Jul 2005 12:35:29 +0000 |
parents | 9bee98496ab5 |
children | 1d62526e4c01 |
files | lisp/ps-mule.el |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ps-mule.el Wed Jul 27 08:00:52 2005 +0000 +++ b/lisp/ps-mule.el Wed Jul 27 12:35:29 2005 +0000 @@ -1039,9 +1039,12 @@ /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 ]