diff options
Diffstat (limited to 'tex/context/base/mkiv/page-bck.mkxl')
-rw-r--r-- | tex/context/base/mkiv/page-bck.mkxl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/page-bck.mkxl b/tex/context/base/mkiv/page-bck.mkxl index db1f8d864..3db063dca 100644 --- a/tex/context/base/mkiv/page-bck.mkxl +++ b/tex/context/base/mkiv/page-bck.mkxl @@ -139,8 +139,8 @@ \installcorenamespace{layoutbackgrounds} \installcorenamespace{layoutbackgroundcheck} % we need another hash as \??layoutbackgrounds<...> gets defined -\def\page_backgrounds_set_yes{\expandafter\let\csname\currentotrbackground\endcsname\relax } -\def\page_backgrounds_set_nop{\expandafter\let\csname\currentotrbackground\endcsname\undefined} +\def\page_backgrounds_set_yes{\letcsname\currentotrbackground\endcsname\relax } +\def\page_backgrounds_set_nop{\letcsname\currentotrbackground\endcsname\undefined} \protected\def\page_backgrounds_check#1% {\edef\currentotrbackground{\??layoutbackgrounds#1}% @@ -657,7 +657,7 @@ \permanent\protected\def\pushbackground[#1]% {\pushmacro\popbackground \edef\currentotrbackground{\??layoutbackgrounds#1}% - \overloaded\permanent\protected\edef\popbackground + \enforced\permanent\protected\edef\popbackground {\setupframed [\currentotrbackground] [\c!background=\namedframedparameter{\currentotrbackground}\c!background, |