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:
parent
3509543ca9
commit
2f3a9d50b8
@ -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>
|
||||
|
||||
|
@ -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 ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user