1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

(ps-mule-composition-prologue): Fix for the case that

RelativeCompose is false.
This commit is contained in:
Kenichi Handa 2005-07-27 12:35:51 +00:00
parent 3509543ca9
commit 2f3a9d50b8
2 changed files with 7 additions and 2 deletions

View File

@ -5,6 +5,8 @@
* ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to
setcharwidth.
(ps-mule-composition-prologue): Fix for the case that
RelativeCompose is false.
2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>

View File

@ -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 ]