summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/spac-hor.mkxl
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-11-03 18:03:10 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-11-03 18:03:10 +0100
commit10148cf24f5cdb6a67c8ba46ff62cea67affc44c (patch)
treefc1d1d1f9beb6f96cfa740a4ede46e14538aa98d /tex/context/base/mkiv/spac-hor.mkxl
parent7043cd3b7046f6a11112a5d49c4ae5e2dc0c6896 (diff)
downloadcontext-10148cf24f5cdb6a67c8ba46ff62cea67affc44c.tar.gz
2020-11-03 16:53:00
Diffstat (limited to 'tex/context/base/mkiv/spac-hor.mkxl')
-rw-r--r--tex/context/base/mkiv/spac-hor.mkxl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/context/base/mkiv/spac-hor.mkxl b/tex/context/base/mkiv/spac-hor.mkxl
index c394308f3..9576549d1 100644
--- a/tex/context/base/mkiv/spac-hor.mkxl
+++ b/tex/context/base/mkiv/spac-hor.mkxl
@@ -48,7 +48,7 @@
\def\spac_indentation_setup_options[#1]%
{\edef\m_spac_indentation_options{#1}% comma separated list
- \ifx\m_spac_indentation_options\empty \else
+ \ifempty\m_spac_indentation_options \else
\spac_indentation_setup_indeed
\fi}
@@ -73,7 +73,7 @@
\permanent\protected\def\useindentingparameter#1% faster local variant
{\edef\m_spac_indentation_options{#1\c!indenting}%
- \ifx\m_spac_indentation_options\empty \else
+ \ifempty\m_spac_indentation_options \else
\spac_indentation_setup_indeed
\fi}
@@ -156,7 +156,7 @@
\installindentingmethod \v!odd {\c_spac_indentation_toggle_state\plusone}
\installindentingmethod \v!even {\c_spac_indentation_toggle_state\plustwo}
-\installindentingmethod \v!normal{\ifx\normalindentation\empty\else
+\installindentingmethod \v!normal{\ifempty\normalindentation\else
\let\v_spac_indentation_current\normalindentation
\spac_indentation_setup_size
\fi}
@@ -286,7 +286,7 @@
\permanent\protected\def\useindentnextparameter#1% new, the more efficient variant
{\edef\p_indentnext{#1\c!indentnext}%
- \ifx\p_indentnext\empty\else
+ \ifempty\p_indentnext\else
\begincsname\??indentnext\p_indentnext\endcsname
\fi}