summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/spac-hor.mkxl
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-11-15 21:03:33 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-11-15 21:03:33 +0100
commita9eb7ca71c27fdd59cf99273adf74b17d72063b2 (patch)
treebb5c72ee61c52da8046ed81bfe4b0906cd412030 /tex/context/base/mkiv/spac-hor.mkxl
parent87bd04a46f60bb925f6c98b7977f30441f5e8944 (diff)
downloadcontext-a9eb7ca71c27fdd59cf99273adf74b17d72063b2.tar.gz
2020-11-15 20:43:00
Diffstat (limited to 'tex/context/base/mkiv/spac-hor.mkxl')
-rw-r--r--tex/context/base/mkiv/spac-hor.mkxl14
1 files changed, 7 insertions, 7 deletions
diff --git a/tex/context/base/mkiv/spac-hor.mkxl b/tex/context/base/mkiv/spac-hor.mkxl
index 54f360d83..f6fb41ea8 100644
--- a/tex/context/base/mkiv/spac-hor.mkxl
+++ b/tex/context/base/mkiv/spac-hor.mkxl
@@ -530,14 +530,14 @@
\enforced\let\ \space
\to \everysimplifycommands
-\newsignal\s_spac_keep_unwanted_space
+\newsignal\d_spac_keep_unwanted_space_signal
% \parindentmode\plusone
\permanent\protected\def\keepunwantedspaces
{\ifhmode
- \ifdim\lastskip=\s_spac_keep_unwanted_space\else
- \hskip\s_spac_keep_unwanted_space\relax
+ \ifdim\lastskip=\d_spac_keep_unwanted_space_signal\else
+ \hskip\d_spac_keep_unwanted_space_signal\relax
\fi
\fi}
@@ -550,7 +550,7 @@
{\ifnum\lastnodetype=\gluenodecode\relax
\ifnum\lastnodesubtype=\indentskipsubtypecode\relax
% keep parindent
- \orelse\ifdim\lastskip=\s_spac_keep_unwanted_space\relax
+ \orelse\ifdim\lastskip=\d_spac_keep_unwanted_space_signal\relax
\unskip
\else
\unskip
@@ -1222,13 +1222,13 @@
%D \oeps}
%D \stoptyping
-\newsignal\s_spac_ignore_spaces
+\newsignal\d_spac_ignore_spaces_signal
\newcount \c_spac_ignore_spaces
\protected\def\startignorespaces
{\advance\c_spac_ignore_spaces\plusone
\ifcase\c_spac_ignore_spaces\or \ifhmode
- \hskip\s_spac_ignore_spaces
+ \hskip\d_spac_ignore_spaces_signal
\fi \fi
\ignorespaces}
@@ -1243,7 +1243,7 @@
\def\spac_ignore_spaces_body
{\ifzeropt\lastskip
\exitloop
- \orelse\ifdim\lastskip=\s_spac_ignore_spaces
+ \orelse\ifdim\lastskip=\d_spac_ignore_spaces_signal
\unskip
\exitloop
\else